From ceb561d65bfe234a301979a7e3f7ddc244d349b3 Mon Sep 17 00:00:00 2001 From: "kenton@google.com" Date: Thu, 25 Jun 2009 19:05:36 +0000 Subject: Add Swap(), SwapElements(), and RemoveLast() to Reflection. Patch by Scott Stafford. --- CHANGES.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index f62c6632..76e401fc 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,13 @@ +????-??-?? version 2.1.1: + + C++ + * Fixed bug where Message.Swap(Message) was only implemented for + optimize_for_speed. Swap now properly implemented in both modes + (Issue 91). + * Added RemoveLast and SwapElements(index1, index2) to Reflection + interface for repeated elements. + * Added Swap(Message) to Reflection interface. + 2009-05-13 version 2.1.0: General -- cgit v1.2.3