From 5740936619064b4fe0a3b9998bd2b5ce6707551b Mon Sep 17 00:00:00 2001 From: "moandji.ezana" Date: Wed, 28 Oct 2015 20:42:00 -0400 Subject: [PATCH] Update docs --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1258596..d5b50a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,13 @@ * __BREAKING:__ Toml#getList(String), Toml#getTable(String) and Toml#getTables(String) return null when key is not found * Removed trailing newline from error messages (thanks to __[Zero3](https://github.com/Zero3)__) +* __BREAKING:__ Toml#parse methods renamed to read +* Toml#read(File) forces encoding to UTF-8 (thanks to __[Bruno Medeiros](https://github.com/bruno-medeiros)__) ### Added * Support for writing objects to TOML (thanks to __[dilecti](https://github.com/dilecti)__) -* Support for underscores in numbers (the feature branch had accidentally not been merged! :( ) +* Support for underscores in numbers (the feature branch had accidentally not been merged into 0.4.0! :( ) * Set Toml#entrySet() cf. Reflection section in README (thanks __[Zero3](https://github.com/Zero3)__ and __[d3xter](https://github.com/d3xter)__) * Overloaded getters that take a default value (thanks to __[udiabon](https://github.com/udiabon)__)