Updated CHANGELOG.md for v3.3.0
Some checks are pending
Build code on Linux / linux (Debug, clang++-15, -stdlib=libc++, sudo apt install clang-15 libc++-15-dev libc++abi-15-dev) (push) Waiting to run
Build code on Linux / linux (Debug, g++-12, sudo apt install g++-12) (push) Waiting to run
Build code on Linux / linux (Release, clang++-15, -stdlib=libc++, sudo apt install clang-15 libc++-15-dev libc++abi-15-dev) (push) Waiting to run
Build code on Linux / linux (Release, g++-12, sudo apt install g++-12) (push) Waiting to run
Static code analysis (clang-tidy) / clang-tidy (push) Waiting to run
Build code / Windows MSVC (Debug) (push) Waiting to run
Build code / Windows MSVC (Release) (push) Waiting to run

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.