Skip to content

Commit

Permalink
Fix typo in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
aroemers authored Nov 6, 2023
1 parent d3a1854 commit 9d6b4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### Added

- The `defstate` macro now declares the resulting var as `:dynamic`. This enables the use of `binding` in tests.
- The State object now implements `IPersistentState`, thus now supports Clojure's `peek`. This can be used to inspect the value, without starting it.
- The State object now implements `IPersistentStack`, thus now supports Clojure's `peek`. This can be used to inspect the value, without starting it.

### Changed

Expand Down

0 comments on commit 9d6b4ec

Please sign in to comment.