Add serialization to changelog.

This commit is contained in:
Jonathan Wood 2015-06-24 21:55:37 -07:00
parent f8f55a6f16
commit bb0d9b1146

View file

@ -9,6 +9,7 @@
### Added
* Serialization of objects and Toml instances to TOML.
* Support for underscores in numbers (the feature branch had accidentally not been merged! :( )
* Set<Map.Entry> Toml#entrySet() cf. Reflection section in README
* Overloaded getters that take a default value. Thanks to __[udiabon](https://github.com/udiabon)__.