What's Changed
- Allow abstract declarator "static" (GH issue #539) by @gperciva in #545
- Add support for Python 3.13 by @hugovk in #550
- Add dirent and socket typedefs. by @MegaManSec in #558
- Support for labels with no statement by @ignatirabo in #562
- Accept empty 'case' or 'default' labels by @ignatirabo in #564
- fix: preserve parentheses for statement exprs by @zawan-ila in #566
- fix: hex float types by @zawan-ila in #567
- Explicit error for comments, with README link by @cellularmitosis in #569
- showemptyattrs option on Node.show() by @cellularmitosis in #570
- Add fake typedefs for GNU Extension 128-bit integers. by @dj-wednesday in #577
- Typedef for __kernel_sa_family_t in linux/socket.h by @crosser in #578
New Contributors
- @gperciva made their first contribution in #545
- @MegaManSec made their first contribution in #558
- @ignatirabo made their first contribution in #562
- @zawan-ila made their first contribution in #566
- @cellularmitosis made their first contribution in #569
- @dj-wednesday made their first contribution in #577
- @crosser made their first contribution in #578
Full Changelog: release_v2.22...release_v2.23