Browse Source

APi-CHANGES: changes from ea9beb5

Herbert Vojčík 9 years ago
parent
commit
3174d3cd16
1 changed files with 5 additions and 0 deletions
  1. 5 0
      API-CHANGES.txt

+ 5 - 0
API-CHANGES.txt

@@ -1,5 +1,10 @@
 0.13.0:
 
+* String >> asSelector is now String >> asJavaScriptMethodName
+* String >> asJavaScriptSelector is now String >> asJavaScriptPropertyName
+* smalltalk.selector is now smalltalk.st2js
+* smalltalk.convertSelector is now smalltalk.js2st
+
 + Object >>
   + postMessageTo:
   + postMessageTo:origin: