Changelog lists changes to upcoming version

This commit is contained in:
moandji.ezana 2014-08-12 23:20:23 +02:00
parent 2667e2c20d
commit 2d76120562

View file

@ -1,3 +1,9 @@
NEXT
Pass TOML validator (https://github.com/BurntSushi/toml-test), which uncovered many bugs.
Key names can contain dots.
Reduced visibility of internal classes, so that only Toml class is visible to users.
Split parsing into several stages, to make it simpler to understand.
0.2
Support for TOML 0.2 spec, most notably table arrays.