3
0
Fork 0
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:
Bruce Mitchener 2022-08-01 15:51:38 +07:00 committed by Nikolaj Bjorner
parent 77e5d6ab19
commit fe1e301735
2 changed files with 1 additions and 16 deletions

View file

@ -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
==============