mirror of
https://github.com/Z3Prover/z3
synced 2025-04-05 17:14:07 +00:00
updated release notes for 12.2
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ba911009e4
commit
e417f7d785
|
@ -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
|
||||
==============
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue