mirror of
https://github.com/Z3Prover/z3
synced 2025-09-03 00:28:06 +00:00
Remove Z3_bool, Z3_TRUE, Z3_FALSE from the API.
These have just been aliases for the standard type `bool` and values `true` and `false` for a long time now.
This commit is contained in:
parent
77e5d6ab19
commit
fe1e301735
2 changed files with 1 additions and 16 deletions
|
@ -12,7 +12,7 @@ Version 4.next
|
|||
|
||||
Version 4.11.0
|
||||
==============
|
||||
- remove Z3_bool from API
|
||||
- remove `Z3_bool`, `Z3_TRUE`, `Z3_FALSE` from the API. Use `bool`, `true`, `false` instead.
|
||||
|
||||
Version 4.10.2
|
||||
==============
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue