3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-05 17:14:07 +00:00

Update RELEASE_NOTES.md

prepare release notes
This commit is contained in:
Nikolaj Bjorner 2022-07-27 08:06:25 +02:00
parent 8551b217ce
commit 9c359713b6

View file

@ -10,6 +10,11 @@ Version 4.next
- native word level bit-vector solving. - native word level bit-vector solving.
- introduction of simple induction lemmas to handle a limited repertoire of induction proofs. - introduction of simple induction lemmas to handle a limited repertoire of induction proofs.
Version 4.10.2
==============
- fix regression #6194. It broke mod/rem/div reasoning.
- fix user propagator scope management for equality callbacks.
Version 4.10.1 Version 4.10.1
============== ==============
- fix implementation of mk_fresh in user propagator for Python API - fix implementation of mk_fresh in user propagator for Python API