aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorFeng Xiao <xfxyjwf@gmail.com>2014-10-09 11:40:02 -0700
committerFeng Xiao <xfxyjwf@gmail.com>2014-10-09 11:40:02 -0700
commit419c94b6e07f93610e5124a0be0a7ee7140006ed (patch)
tree80f5770eba17b9e250e04fffd81312216aaa190f /CHANGES.txt
parent8c12b1af76739495bce01566f69d1ea6ae8d8d50 (diff)
downloadprotobuf-419c94b6e07f93610e5124a0be0a7ee7140006ed.tar.gz
protobuf-419c94b6e07f93610e5124a0be0a7ee7140006ed.tar.bz2
protobuf-419c94b6e07f93610e5124a0be0a7ee7140006ed.zip
Update CHANGES.txt to include a bug fix.v2.6.1rc1
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 26d0e5d1..affc419b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -13,6 +13,7 @@
FileDescriptor.
Python
+ * Fixed WhichOneof() to work with de-serialized protobuf messages.
* Fixed a missing file problem of Python C++ implementation.
2014-08-15 version 2.6.0: