소스 검색

CHANGELOG: Add new syntax of inline JS method.

Herbert Vojčík 7 년 전
부모
커밋
ee56baff63
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      CHANGELOG

+ 3 - 0
CHANGELOG

@@ -3,6 +3,9 @@
 
 * 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.