Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
wada314 committed Jan 4, 2022
1 parent 941d474 commit 0ae156e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@

# v 0.4.0
- So many changes.
- The message struct does not have public fields anymore. Use the methods instead.
- Added getter and setter methods for the normal message structs and the bumpalo structs.
- Changed the internal implementation of the normal message struct and bumpalo struct.
These uses a `bitvec` to manage `optional` fields' presence bit.

# v 0.3.1
- Fixed that the compile does not pass in the latest rustc nightly (1.58).

Expand Down

0 comments on commit 0ae156e

Please sign in to comment.