]> git.tdb.fi Git - libs/datafile.git/commitdiff
Bump version to 2.0 due to incompatible changes
authorMikko Rasa <tdb@tdb.fi>
Wed, 1 Aug 2012 08:47:11 +0000 (11:47 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 1 Aug 2012 08:47:11 +0000 (11:47 +0300)
Build
Changelog.txt

diff --git a/Build b/Build
index 43599d9de1734d14ad7475a89ac572a2273c2226..7debad7e6902af387fb0c9673a2738f11ae2ec18 100644 (file)
--- a/Build
+++ b/Build
@@ -1,6 +1,6 @@
 package "mspdatafile"
 {
 package "mspdatafile"
 {
-       version "1.1.1";
+       version "2.0";
        description "Structured datafile library";
 
        require "mspcore";
        description "Structured datafile library";
 
        require "mspcore";
index c0a8236b88dd8f7e983ab75131fea2d868b1feeb..85d36d64d247b08ec5536d96b7735e6ef2037607 100644 (file)
@@ -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
 1.1.1
 * Enhancements
   - Use lexical_cast instead of istringstream