diff --git a/CHANGELOG.md b/CHANGELOG.md index da80e5433..fa97e3202 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ Write the date in place of the "Unreleased" in the case a new version is release # Changelog +## Next + +### Changed + +- **Security Improvement:** +The server-side array slicing function has been refactored to avoid using `eval()` +for parsing user input, improving security and preventing potential code injection attacks. + ## v0.1.0b2 (2024-05-28) ## Changed