浏览代码

CHANGELOG: Shift 0.17.1 changes to its paragraph.

Herbert Vojčík 7 年之前
父节点
当前提交
4b2fc34faf
共有 1 个文件被更改,包括 10 次插入3 次删除
  1. 10 3
      CHANGELOG

+ 10 - 3
CHANGELOG

@@ -1,11 +1,18 @@
+?? October 2016 - Release 0.17.1
+===================================
+
+* Allow new syntax for inline JS method body: <inlineJS: '...js code...'>
+  * If used in libraries / reused modules, breaks fw compat.
+  * Old syntax is deprecated, but retained in libraries for some grace period.
+
+Commits: https://lolg.it/amber/amber/commits/0.17.1.
+
+
 ?? October 2016 - Release 0.17.0
 ===================================
 
 * Remove some deprecated classes and methods.
 * Fix fw compat break of 0.16.1.
-* Allow new syntax for inline JS method body: <inlineJS: '...js code...'>
-  * Maybe break fw compat if used with libraries.
-  * Old syntax is deprecated, but retained in libraries.
 
 Breaks bw compat because of removed deprecated pieces.