Обновить CHANGELOG.md

This commit is contained in:
Pavel Shevaev 2024-12-18 18:45:33 +03:00
parent 543ea0fd7c
commit 89fa7d1f87
1 changed files with 5 additions and 1 deletions

View File

@ -2,4 +2,8 @@
- Disallowing duplicating def macro arguments
## v1.3.3
- Adding experimental support for prefixing of included macros via <%INC("path/to", "prefix")%>
- Adding experimental support for prefixing of included macros via <%INC("path/to", "prefix")%>
## v1.2.0
- JSM now supports an array of base dirs
- Renaming @builtin into @global for better clarity