1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-07 05:36:54 +02:00

Update CHANGELOG.md

This commit is contained in:
Awilum
2022-09-13 13:50:14 +03:00
parent 11d2638b5a
commit 6f3519a16d

View File

@@ -117,9 +117,9 @@
* **shortcodes** Use `registerShortcodes()` instead of `initShortcodes()` to register custom shortcodes.
* **shortcodes** Use `registerDirectives()` instead of `initDirectives()` to register custom directives.
* **directives** Use `registerDirectives()` instead of `initDirectives()` to register custom directives.
* **shortcodes** Use `initExpressions()` instead of `registerExpressions()` to register custom expressions.
* **expressions** Use `registerExpressions()` instead of `initExpressions()` to register custom expressions.
<a name="1.0.0-alpha.1"></a>
# [1.0.0-alpha.1](https://github.com/flextype/flextype/compare/v0.9.16...v1.0.0-alpha.1) (2022-07-12)