aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorGravatar Jie Luo <jieluo@jieluo-macbookair.roam.corp.google.com>2016-05-11 16:39:50 -0700
committerGravatar Jie Luo <jieluo@jieluo-macbookair.roam.corp.google.com>2016-05-11 16:39:50 -0700
commite4ca694cdfe8b817f14b07f4d5b88f9dc9e11d4a (patch)
treea16de353fc635a3e9113d6c86a8c062e320250f1 /CHANGES.txt
parente1f588ae3c5efc7e297e1cb76d42f46d0d4eb3ca (diff)
python changes
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 7254b99c..bc969ecb 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -46,7 +46,11 @@
- TextFormat now supports reporting line/column numbers on errors.
Python (Beta)
- * TODO(jieluo)
+ * Added JSON format for Any, Struct, Value and ListValue
+ * [ ] is now accepted for both repeated scalar fields and repeated message
+ fields in text format parser.
+ * Numerical field name is now supported in text format.
+ * Added DiscardUnknownFields API for python protobuf message.
Objective-C (Beta)
* Proto comments now come over as HeaderDoc comments in the generated sources