CHANGELOG.md in signalize-1.1.0 vs CHANGELOG.md in signalize-1.2.0

- old
+ new

@@ -1,8 +1,15 @@ # Changelog ## [Unreleased] +## [1.2.0] - 2023-10-03 + +- Add `untracked` method (implements #5) +- Add `mutation_detected` check for `computed` + +Gem now roughly analogous to `@preact/signals-core` v1.5 + ## [1.1.0] - 2023-03-25 - Provide better signal/computed inspect strings (fixes #1) - Use Concurrent::Map for thread-safe globals (fixes #3)