Updating changelog

pull/10527/head
Mike Kruskal 2 years ago
parent b2498bb980
commit 87f8593fb8
  1. 7
      CHANGES.txt

@ -12,6 +12,13 @@
* Use table-driven parser for reflection based objects. * Use table-driven parser for reflection based objects.
* Update Map's InternalSwap() to take a pointer to the other Map. * Update Map's InternalSwap() to take a pointer to the other Map.
* Add ARM-optimized Varint decoding functions. * Add ARM-optimized Varint decoding functions.
* Minor optimization for parsing groups
* Declare ReflectiveProtoHook class
* Reduce size of VarintParse code in protocol buffers, by calling the shared routine after handling just one-byte varint encoding inline, rather than handling one-byte and two-byte varints inline.
* Avoid inlining some large heavily duplicated routines in repeated_ptr_field.h
* Add ReflectiveProtoHook to Reflection.
* Turns on table-driven parser for reflection based objects.
Kotlin Kotlin
* Suppress deprecation warnings in Kotlin generated code. * Suppress deprecation warnings in Kotlin generated code.

Loading…
Cancel
Save