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

updated release notes for 12.2

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2023-05-12 12:59:04 -07:00
parent ba911009e4
commit e417f7d785
2 changed files with 5 additions and 1 deletions

View file

@ -27,6 +27,10 @@ Version 4.12.2
and `elim-predicates` that go beyond incremental pre-processing used internally. The advantage of using `solve-eqs` during pre-processing
can be significant. Incremental pre-processing simplification using `solve-eqs` and other simplifiers that change interpretations
was not possible before.
- Optimize added to JS API, thanks to gbagan
- SMTLIB2 proposal for bit-vector overflow predicates added, thanks to aehyvari
- bug fixes, thanks to Clemens Eisenhofer, hgvk94, Lev Nachmanson, and others
Version 4.12.1
==============

View file

@ -558,7 +558,7 @@ stages:
# Enable on release:
- job: PyPIPublish
condition: eq(1,0)
condition: eq(1,1)
displayName: "Publish to PyPI"
pool:
vmImage: "ubuntu-latest"