Updated CHANGELOG.md for v3.3.0

This commit is contained in:
Adam Sawicki 2025-05-08 17:40:57 +02:00
parent 66db1cdb9f
commit 089e0eb4c4

View file

@ -6,7 +6,8 @@ Additions to the library API:
Other changes: Other changes:
- Added macro `VMA_DEBUG_DONT_EXCEED_HEAP_SIZE_WITH_ALLOCATION_SIZE`, enabled by default. - Added macro `VMA_DEBUG_DONT_EXCEED_HEAP_SIZE_WITH_ALLOCATION_SIZE` with default value 1.
- Changed macro `VMA_DEBUG_DONT_EXCEED_MAX_MEMORY_ALLOCATION_COUNT` default value from 0 to 1.
- Added documentation chapter "Frequenty asked questions". - Added documentation chapter "Frequenty asked questions".
- Other fixes and improvements, including compatibility with various platforms and compilers. - Other fixes and improvements, including compatibility with various platforms and compilers.