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/)