Browse Source

Docs for upcoming 0.26.

Herby Vojčík 4 years ago
parent
commit
4319bf36be
2 changed files with 20 additions and 0 deletions
  1. 13 0
      CHANGELOG
  2. 7 0
      lang/API-CHANGES.txt

+ 13 - 0
CHANGELOG

@@ -1,3 +1,16 @@
+13 Apr 2020 - Release 0.26.0
+===================================
+
+* Kernel simplification in context and error handling.
+  * Kernel no longer handles errors.
+    * BrowserPlatform installs unhandled exception / promise handlers.
+    * Develop on modern browsers (production should not be harmed).
+  * Kernel no longer sets up thisContext chain.
+    * MethodContext takes care of the lazy initialization.
+
+Commits: https://lolg.it/amber/amber/commits/0.26.0
+
+
 12 Apr 2020 - Release 0.25.3
 ===================================
 

+ 7 - 0
lang/API-CHANGES.txt

@@ -1,3 +1,10 @@
+0.26.0:
+
+* Deprecate $core.seamless.
+
++ MethodContext >>
+  + hydrated
+
 0.25.4:
 
 * Add class DebugTestContext.