We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95aa21c commit 8e22123Copy full SHA for 8e22123
1 file changed
CHANGES.md
@@ -1,8 +1,11 @@
1
## 2.0.7
2
+* Add `_Float16` type support (#190, #193).
3
+* Add C23 `alignof` and `alignas` support (#189, #191).
4
* Add initializer support for anonymous struct in union (#176, #184).
5
* Fix enumerator printing (#185).
6
* Remove global state from `Pretty` (#187).
7
* Remove OCaml <4.12 support (#180, #181).
8
+* Use `gnu11` standard in most tests (#188, #192).
9
10
## 2.0.6
11
* Optimize `Pretty.text` (#169, #177).
0 commit comments