aboutsummaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJie Luo <anandolee@gmail.com>2017-08-16 14:39:16 -0700
committerGitHub <noreply@github.com>2017-08-16 14:39:16 -0700
commit55d938c91062e6f34995ab146ee2f3d6bf68edad (patch)
tree5372d5a2cdab203b020c13e1e12aba7b1e699f72 /CHANGES.txt
parente243082fe9623ed36597b18a991a1d1a903d345c (diff)
downloadprotobuf-55d938c91062e6f34995ab146ee2f3d6bf68edad.tar.gz
protobuf-55d938c91062e6f34995ab146ee2f3d6bf68edad.tar.bz2
protobuf-55d938c91062e6f34995ab146ee2f3d6bf68edad.zip
Update CHANGES.txt
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 1f1dd6d5..e26e5318 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -89,7 +89,8 @@
* Added pretty-print filter to text format.
* Services and method descriptors are always printed even if generic_service
option is turned off.
-
+ * Note: AppEngine 2.5 is deprecated on June 2017 that AppEngine 2.5 will never update protobuf runtime. Users who depend on AppEngine 2.5 should use old protoc.
+
PHP
* Support PHP generic services. Specify file option php_generic_service=true
to enable generating service interface.