Updated change log

This commit is contained in:
moandji.ezana 2015-02-11 16:02:43 +02:00
parent 66f7946542
commit 5567f6c8bd

View file

@ -4,9 +4,8 @@
### Changed
* Toml#getList(String) replaced Toml#getList(String, Class)
* __REAKING:__ Toml#getList(String) replaced Toml#getList(String, Class)
* Dropped dependency on Parboiled and its significant transitive dependencies
* Updated Gson to 2.3.1
### Added
@ -14,8 +13,8 @@
### Fixed
* Fixed short-form Unicode escapes
* Fixed exponent handling
* Short-form Unicode escape handling
* Exponent handling
## 0.3.1 / 2014-12-16
* Support for [TOML 0.3.1](https://github.com/toml-lang/toml/tree/v0.3.1) spec