Skip to content

Commit

Permalink
Split what's new to CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
XericZephyr committed Oct 6, 2015
1 parent bee9177 commit c0876c2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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.
16 changes: 0 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/)
Expand Down

0 comments on commit c0876c2

Please # to comment.