Browse Source

CHANGELOG: $nil.

Herby Vojčík 4 năm trước cách đây
mục cha
commit
8715ddbe23
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      CHANGELOG

+ 3 - 1
CHANGELOG

@@ -1,7 +1,9 @@
-? ??? 2019 - Release 0.24.1
+? ??? 2020 - Release 0.24.1
 ===================================
 
 * $core.removeClass returns removed class.
+* Both 'nil' and '$nil' compiled in method code.
+  * '$nil' used as receiver, 'nil' used to pass a value.
 * Cleaned error-handling code.
 * More Set fixes.