vx.x.x (xxxx-xx-xx)
Features:
Bugfixes:
- Add missing header
#2420
Refactoring:
- Silence warnings when building with GCC 13 #2011
New API features:
API Breaking Changes:
-
Some API change.
```cpp // before
include "old/include.hpp"
// after
include "new/include.hpp"
```