From 5567f6c8bd11ebb6d387a7f7143781062084aea3 Mon Sep 17 00:00:00 2001 From: "moandji.ezana" Date: Wed, 11 Feb 2015 16:02:43 +0200 Subject: [PATCH] Updated change log --- CHANGELOG.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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