From 0f42d37f60b3133a74596ebdb81fc2d52eef99cf Mon Sep 17 00:00:00 2001 From: "moandji.ezana" Date: Mon, 29 Jun 2015 21:30:02 +0200 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02695e8..1258596 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,14 +5,14 @@ ### Changed * __BREAKING:__ Toml#getList(String), Toml#getTable(String) and Toml#getTables(String) return null when key is not found -* Removed trailing newline from error messages +* Removed trailing newline from error messages (thanks to __[Zero3](https://github.com/Zero3)__) ### Added -* Support for writing objects to TOML format. +* 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! :( ) -* Set Toml#entrySet() cf. Reflection section in README -* Overloaded getters that take a default value. Thanks to __[udiabon](https://github.com/udiabon)__. +* 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)__) ## 0.4.0 / 2015-02-16