Added
- SCons builder now supports MacOS ARM64 and Universal 2 architectures.
Changed
- `TCOD_sys_get_current_resolution` now returns error codes.
Deprecated
- Deprecated `TCOD_sys_get_current_resolution`
Fixed
- Code points from the Private Use Area will now print correctly.
- Fixed regression in `TCOD_sys_get_current_resolution` behavior. This
function now returns the monitor resolution as was previously expected.
- The OpenGL 2 renderer was ignoring `SDL_HINT_RENDER_SCALE_QUALITY=nearest`.
Removed
- `TCOD_rng_splitmix64_next` has been marked as provisional.