diff --git a/CHANGELOG.md b/CHANGELOG.md index d2ea678..cb833a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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