Skip to content

Commit

Permalink
Update CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
filipeom committed Feb 17, 2025
1 parent a11cd17 commit 9b08df5
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,26 @@
## Unreleased

### Added
### Fixed

- Add Bitvector library
- optimize Expr.equal, cache Expr.simplify (@zapashcanon)
- Add floating-point operator `Copysign` (Closes #185)
- Add sign extension to operators with unsigned counter parts (Closes #207)

### Changed

- Use bitvector library for bitvectors instead of `Num (IXX _)`

### Fixed

- Bring back forall and exists quantifiers (Closes #200)
- Fixes `Value.compare` (Closes #210)

## v0.5.0

### Changed

- Bump `prelude` 0.3 -> 0.5
- Removes `satisfiability` type

## v0.4.1
Expand Down

0 comments on commit 9b08df5

Please sign in to comment.