mirror of
https://github.com/plexusorg/toml4j.git
synced 2024-12-28 19:24:15 +00:00
Updated change log
This commit is contained in:
parent
66f7946542
commit
5567f6c8bd
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue