Skip to content

Commit

Permalink
📝 Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lsrcz committed Dec 11, 2024
1 parent d76b0d1 commit 9dc1358
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,22 @@ Versioning](https://semver.org/spec/v2.0.0.html).

- `SomeBV` now allows being used under conditionals even if no bit-width is
specified. ([#261](https://github.com/lsrcz/grisette/pull/261))
- Added interface to smart constructor generation with decapitalized names.
([#263](https://github.com/lsrcz/grisette/pull/263))
- Added `SymPrim` constraints for symbolic primitive types.
([#264](https://github.com/lsrcz/grisette/pull/264))
- Added initial support for type class derivation for GADTs.
([#265](https://github.com/lsrcz/grisette/pull/265))

### Changed
- [Breaking] Improved the `SymFiniteBits` interface.
([#262](https://github.com/lsrcz/grisette/pull/262))
- [Breaking] Changed the smart constructor generation Template Haskell procedure
name to `makeSmartCtorWith`, `makePrefixedSmartCtorWith`,
`makeNamedSmartCtor`, and `makeSmartCtor`.
([#263](https://github.com/lsrcz/grisette/pull/263))
- [Breaking] Renamed the evaluation mode tags `Con` and `Sym` to `C` and `S`.
([#264](https://github.com/lsrcz/grisette/pull/264))

## [0.9.0.0] - 2024-11-07

Expand Down

0 comments on commit 9dc1358

Please sign in to comment.