aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index c7e5bc9b..9ca8c1c3 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -24,8 +24,6 @@
* Lite mode: The "optimize_for = LITE_RUNTIME" option causes the compiler
to generate code which only depends libprotobuf-lite, which is much smaller
than libprotobuf but lacks descriptors, reflection, and some other features.
- * Put Builder objects on a freelist after build() is called, so they may be
- reused later.
* Lots of style cleanups.
Python