From 07846c778514c9be2ea01184deaeaead465d0e4c Mon Sep 17 00:00:00 2001 From: yoonie-jang Date: Mon, 10 Jun 2024 21:19:50 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 970e6c27..4cb5f654 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Updated documentation, tests, and examples to reflect the `isClass` attribute being optional and set to `false` by default. - Removed unused imports in `demo_C.js`. - Added type interfaces and type annotations to `style.ts`. +- Added `DrawnEntity` type annotations to source code files. ## [0.1.0] - 2024-04-16