Skip to content

Commit f3f5a98

Browse files
Updated CHANGELOG.md in preparation for VMA version 3.2.0
1 parent 2446790 commit f3f5a98

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 3.2.0 (TBD)
2+
3+
Additions to the library API:
4+
5+
- Added support for Vulkan 1.4.
6+
- Added support for VK_KHR_external_memory_win32 extension - `VMA_ALLOCATOR_CREATE_KHR_EXTERNAL_MEMORY_WIN32_BIT` flag, `vmaGetMemoryWin32Handle` function, and a whole new documentation chapter about it (#442).
7+
8+
Other changes:
9+
10+
- Fixed thread safety issue (#451).
11+
- Many other bug fixes and improvements in the library code, documentation, sample app, Cmake script, mostly to improve compatibility with various compilers and GPUs.
12+
113
# 3.1.0 (2024-05-27)
214

315
This release gathers fixes and improvements made during many months of continuous development on the main branch, mostly based on issues and pull requests on GitHub.

0 commit comments

Comments
 (0)