Browse Source

Update changelogs

Herbert Vojčík 9 years ago
parent
commit
1dfc500280
2 changed files with 38 additions and 0 deletions
  1. 27 0
      API-CHANGES.txt
  2. 11 0
      CHANGELOG

+ 27 - 0
API-CHANGES.txt

@@ -1,3 +1,30 @@
+0.14.4:
+
++ AmdExporter >>
+  + importsForOutput:
++ AbstractCodeGenerator >>
+  + currentPackage
+  + currentPackage:
++ Compiler >>
+  + currentPackage
+  + currentPackage:
+  + compile:forClass:protocol:
+  + compileNode:forClass:package:
++ SemanticAnalyzer >>
+  + thePackage
+  + thePackage:
+  + isVariableUndefined:inPackage:
+
+- Compiler >>
+  - compile:
+  - compile:forClass:
+  - compileExpression:
+- SemanticAnalyzer >>
+  - isVariableGloabllyUndefined:
+- Behavior >>
+  - compile:
+
+
 0.14.3:
 
 * #heliosClass is now #classTag

+ 11 - 0
CHANGELOG

@@ -1,3 +1,14 @@
+1 February 2015 - Release 0.14.4
+===================================
+
+Highlights:
+
+* Compiler now allows the "import them as package-global vars" of 0.14.3.
+* Some core speedups.
+
+Commits: https://github.com/amber-smalltalk/amber/compare/0.14.3...0.14.4
+
+
 20 January 2015 - Release 0.14.3
 ===================================