Browse Source

Update API-CHANGES.txt

Herbert Vojčík 10 years ago
parent
commit
5b90f3fc09
1 changed files with 20 additions and 0 deletions
  1. 20 0
      API-CHANGES.txt

+ 20 - 0
API-CHANGES.txt

@@ -1,3 +1,23 @@
+0.12.4:
+
+* Package Canvas renamed to Web
+
+* Object >> try:catch: deprecated in favour of BlockClosure >> tryCatch:
+
++ Announcer >>
+  + on:do:for:
++ Node >>
+  + navigationNodeAt:ifAbsent:
++ BlockClosure >>
+  + tryCatch:
++ Environment >>
+  + evaluate:for:
+
+- Environment >>
+  - eval:on:
+  - evaluateString:on:
+
+
 0.12.3:
 
 * Package Import-Export renamed to Kernel-ImportExport