From: Mikko Rasa Date: Wed, 1 Aug 2012 08:47:11 +0000 (+0300) Subject: Bump version to 2.0 due to incompatible changes X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=commitdiff_plain;h=a1575d9c2a4c233f84b2d814e9054ea807f4e640 Bump version to 2.0 due to incompatible changes --- diff --git a/Build b/Build index 43599d9..7debad7 100644 --- a/Build +++ b/Build @@ -1,6 +1,6 @@ package "mspdatafile" { - version "1.1.1"; + version "2.0"; description "Structured datafile library"; require "mspcore"; diff --git a/Changelog.txt b/Changelog.txt index c0a8236..85d36d6 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,3 +1,11 @@ +2.0 +* Keyword overloading +* More efficient type/value system +* Improved classes for loading objects +* Redesigned Collection interface +* Bugfixes + - Empty files no longer cause an exception + 1.1.1 * Enhancements - Use lexical_cast instead of istringstream