Add new create syntax to changelog

This commit is contained in:
11poe 2024-11-16 12:30:50 +00:00 committed by centau
parent dccb0e3b66
commit 801e5eb53d

View file

@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
## [Unreleased]
### Added
- `create("ClassName", { props })` and `create(Instance, { props })` syntax.
--------------------------------------------------------------------------------
## [0.3.1] - 2024-10-09 ## [0.3.1] - 2024-10-09
### Added ### Added