Browse Source

CHANGELOG: Class hierarchy using traits.

Herbert Vojčík 7 years ago
parent
commit
e5c21095ef
1 changed files with 1 additions and 8 deletions
  1. 1 8
      CHANGELOG

+ 1 - 8
CHANGELOG

@@ -1,15 +1,8 @@
-?? March 2017 - Release 0.19.0
+? April 2017 - Release 0.18.6
 ===================================
 
 * Removed BehaviorBody in favour of traits TBehaviorDefaults and TBehaviorProvider.
 * Move Thenable class to TThenable trait.
-
-Commits: https://lolg.it/amber/amber/commits/0.19.0.
-
-
-? April 2017 - Release 0.18.6
-===================================
-
 * Removed `.allowJavaScriptCalls` flag.
 * Internal `.isNil` deprecated in favour of `.a$nil`.
 * Internal `.klass` deprecated in favour of `.a$cls`.