Browse Source

CHANGELOG: upcoming 0.13.0 and deprecation 0.14.0

Herbert Vojčík 9 years ago
parent
commit
e4deaf370e
1 changed files with 34 additions and 1 deletions
  1. 34 1
      CHANGELOG

+ 34 - 1
CHANGELOG

@@ -1,4 +1,37 @@
-1st July  2014 - Release 0.12.6
+1st Jan 2015 - Release 0.14.0
+===================================
+
+Highlights:
+
+* Removed deprecated stuff and backward compatibility support code.
+
+Commits: https://github.com/amber-smalltalk/amber/compare/0.13.0...0.14.0
+Issues:  https://github.com/amber-smalltalk/amber/issues?q=is%3Aissue+is%3Aclosed+milestone%3A0.14.0
+
+For the most important API related changes see the file API-CHANGES.txt.
+
+
+999st Oct 2014 - Release 0.13.0
+===================================
+
+Highlights:
+
+* Reworked cleaner DNU handling in core.
+* `amber init` fully embraced as the way to create new project.
+* Movable data out of index.html:
+  * list of production packages in deploy.js;
+  * list of development packages in devel.js;
+  * project amd mappings in local.amd.json;
+  * libraries' amd mappings in lib_directory.amd.json.
+* 'Batteries included' deployment via `grunt deploy`.
+
+Commits: https://github.com/amber-smalltalk/amber/compare/0.12.6...0.13.0
+Issues:  https://github.com/amber-smalltalk/amber/issues?q=is%3Aissue+is%3Aclosed+milestone%3A0.13.0
+
+For the most important API related changes see the file API-CHANGES.txt.
+
+
+1st July 2014 - Release 0.12.6
 ===================================
 
 Highlights: