From 86f880dc1852ce5472173f6a768c58ccf5b4e95a Mon Sep 17 00:00:00 2001 From: Byson94 Date: Wed, 3 Sep 2025 16:54:12 +0530 Subject: [PATCH] feat: improved the removed dyn_id part in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b61edd9..7758d52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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