3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-31 03:32:28 +00:00

Fix typos. (#7137)

This commit is contained in:
Bruce Mitchener 2024-02-23 00:35:15 +07:00 committed by GitHub
parent 785f71b1a6
commit 143a35d370
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ Version 4.next
Version 4.12.6
==============
- remove expensive rewrite that coallesces adjacent stores
- remove expensive rewrite that coalesces adjacent stores
- improved Java use of reference queues thanks to Thomas Haas #7131
- fixes to conditional import of python library thanks to Cal Jacobson #7116
- include universe for constants that get removed during pre-processing #7121