mirror of
https://github.com/plexusorg/toml4j.git
synced 2024-10-31 17:29:14 +00:00
Updated change log
This commit is contained in:
parent
66f7946542
commit
5567f6c8bd
|
@ -4,9 +4,8 @@
|
||||||
|
|
||||||
### Changed
|
### 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
|
* Dropped dependency on Parboiled and its significant transitive dependencies
|
||||||
* Updated Gson to 2.3.1
|
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
@ -14,8 +13,8 @@
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
* Fixed short-form Unicode escapes
|
* Short-form Unicode escape handling
|
||||||
* Fixed exponent handling
|
* Exponent handling
|
||||||
|
|
||||||
## 0.3.1 / 2014-12-16
|
## 0.3.1 / 2014-12-16
|
||||||
* Support for [TOML 0.3.1](https://github.com/toml-lang/toml/tree/v0.3.1) spec
|
* Support for [TOML 0.3.1](https://github.com/toml-lang/toml/tree/v0.3.1) spec
|
||||||
|
|
Loading…
Reference in a new issue