diff --git a/CHANGELOG b/CHANGELOG index 1a10847..4ec3027 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,19 +1,38 @@ -2015-07-14 Brett Langdon +2016-02-26 Brett Langdon + + * v0.2.0: Fix bug with parsing of lists without ending semicolon + + Note: We bumped to `v0.2.0` since we were not doing a great job of following + semver in previous releases, this version changes aims to correct that mistake. + +2015-10-02 Brett Langdon + + * v0.1.7: Allow empty string values + +2015-08-09 Brett Langdon + + * v0.1.6: Allow integers in identifiers + +2015-07-15 Brett Langdon + + * v0.1.5: Add support for lists + +2015-07-14 Brett Langdon * v0.1.4: Make semicolons optional -2015-07-14 Brett Langdon +2015-07-14 Brett Langdon * v0.1.3: Allow single quoted strings -2015-07-04 Brett Langdon +2015-07-04 Brett Langdon * v0.1.2: Allow escaped double quotes and backslashes in strings -2015-06-28 Brett Langdon +2015-06-28 Brett Langdon * v0.1.1: Add `Section.Keys` method -2015-06-22 Brett Langdon +2015-06-22 Brett Langdon * v0.1.0: Initial release