Skip to content

Commit

Permalink
update CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danmatichuk committed Feb 27, 2025
1 parent 912102a commit 1ffdd34
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

## Bug fixes

* Update Yices build in CI to fix a crash when running
test `issue_1807.icry` on Mac OS X.
([what4-solvers #58](https://github.com/GaloisInc/what4-solvers/issues/58))

* Fix a bug where using a timeout with a subset of the what4 solvers
would cause a runtime error. Includes a version bump for what4 to address
a nondeterministic crash when using timeouts with cvc4/5.
([#1807](https://github.com/GaloisInc/cryptol/issues/1807))

* Fix #1437, enforce the VSeq invariant that it is not a sequence of bits.
Replaces the VSeq constructor with a view-only pattern, and smart constructors
`mkSeq` and `finSeq`.
Expand Down

0 comments on commit 1ffdd34

Please sign in to comment.