feat: improved the removed dyn_id part in changelog

This commit is contained in:
Byson94
2025-09-03 16:54:12 +05:30
parent 39912d3f46
commit 86f880dc18

View File

@@ -29,7 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
- Deprecated attribute warning which cluttered the logs.
- `std::json` (Rhai has built in json support).
- `std::math` (Rhai already convers everything that it has).
- The need for `dyn_id` for dynamic system.
- The need for `dyn_id` for dynamic system. THIS IS A MAJOR UX change as it massivly reduces errors and the burden on users.
## [0.1.0-beta] - 2025-08-27