Browse Source

Prepare maintenance release 0.13.2.

Herbert Vojčík 9 years ago
parent
commit
8293ff78c2
2 changed files with 24 additions and 1 deletions
  1. 6 0
      API-CHANGES.txt
  2. 18 1
      CHANGELOG

+ 6 - 0
API-CHANGES.txt

@@ -1,3 +1,9 @@
+0.13.2:
+
++ SourceArea class >>
+  + codeMirror
+
+
 0.13.1:
 
 * String >> asSelector is now String >> asJavaScriptMethodName

+ 18 - 1
CHANGELOG

@@ -11,7 +11,7 @@ Issues:  https://github.com/amber-smalltalk/amber/issues?q=is%3Aissue+is%3Aclose
 For the most important API related changes see the file API-CHANGES.txt.
 
 
-18th Dec 2014 - Release 0.13.2
+18th Dec 2014 - Release 0.13.3
 ===================================
 
 This is a planned maintenance release.
@@ -20,6 +20,23 @@ but it retains all the backwards compatibility stuff,
 which is going to be removed in 0.14.0.
 
 
+22th Oct 2014 - Release 0.13.2
+===================================
+
+This is maintenance release to upgrade CodeMirror
+jointly in Amber and Helios.
+
+Highlights:
+
+* CodeMirror upgrade for Amber and Helios.
+* Cleaned of all (as far as findable) uses of deprecated code.
+* Recompile using `grunt` in Windows now does not add cr characters.
+
+Commits: https://github.com/amber-smalltalk/amber/compare/0.13.0...0.13.2
+
+For the most important API related changes see the file API-CHANGES.txt.
+
+
 10th Oct 2014 - Release 0.13.1
 ===================================