chore: reopen changelog after release

This commit is contained in:
Peter Steinberger
2026-05-22 13:15:49 +01:00
parent 57a9967d13
commit 66cbee5896
+2
View File
@@ -2,6 +2,8 @@
All notable changes to Lobster will be documented in this file.
## Unreleased
## 2026.5.22
- Memoize Ajv schema compilation for repeated validation paths to avoid retained SchemaEnv/closure growth in long-running processes. Thanks to [@KrasimirKralev](https://github.com/KrasimirKralev) (PR [#98](https://github.com/openclaw/lobster/pull/98)) and [@cmi525](https://github.com/cmi525) (Issue [#96](https://github.com/openclaw/lobster/issues/96)).