From c0876c215b2b095bba18a31f76be21e37ff6614e Mon Sep 17 00:00:00 2001 From: ZhengXu Date: Tue, 6 Oct 2015 18:48:27 -0500 Subject: [PATCH] Split what's new to CHANGES.md --- CHANGES.md | 14 ++++++++++++++ README.md | 16 ---------------- 2 files changed, 14 insertions(+), 16 deletions(-) create mode 100644 CHANGES.md diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 0000000..6a727d9 --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,14 @@ +# What's new? + + * Version 0.3.2 + - Improved hook engine. Now it can do safely unhook. + - Several more TODO item generated. + - Add some more test cases to tests + + * Version 0.3.1 + - Fix the bug for 'in' operator for repeated field + - Several known bugs left ... :P + + * Version 0.3.0 + - We've adopted a new hook engine which can enable the + potential for undoing the hack from ProtoText. \ No newline at end of file diff --git a/README.md b/README.md index 070bfe7..53cce4d 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,6 @@ # prototext ProtoText is a powerful python dict-like wrapper class to process google protobuf objects. - -## What's new? - - * Version 0.3.2 - - Improved hook engine. Now it can do safely unhook. - - Several more TODO item generated. - - Add some more test cases to tests - - * Version 0.3.1 - - Fix the bug for 'in' operator for repeated field - - Several known bugs left ... :P - - * Version 0.3.0 - - We've adopted a new hook engine which can enable the - potential for undoing the hack from ProtoText. - ## How to use? This module is written to hack the [google protobuf](https://developers.google.com/protocol-buffers/)