Remove aggregate construction

This commit is contained in:
aaron 2024-12-26 21:17:14 +00:00
parent 3b8d9098c0
commit ccaeb030f3
4 changed files with 5 additions and 72 deletions

View file

@ -18,6 +18,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- A scope can no longer be destroyed while it is active. Strict mode will check
for this.
### Removed
- Aggregate construction when setting properties with `create()`.
--------------------------------------------------------------------------------
## [0.3.1] - 2024-10-09