Skip to content

Commit 2cf37c8

Browse files
Minor fixes in CHANGELOG.md.
1 parent eaab97c commit 2cf37c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 2.1.0-beta.1 (2018-08-24)
1+
# 2.1.0-beta.1 (2018-08-27)
22

33
Major release after many months of development in "development" branch and features branches. Many new features added, some bugs fixed. API stays backward-compatible.
44

@@ -21,8 +21,8 @@ Major changes:
2121
- Changed format of JSON dump returned by `vmaBuildStatsString` (not backward compatible!).
2222
- Custom pools and memory blocks now have IDs that don't change after sorting.
2323
- Added properties: "CreationFrameIndex", "LastUseFrameIndex", "Usage".
24-
- Changed behavior of `vmaGetAllocationInfo` and `vmaTouchAllocation` to update `allocation.lastUseFrameIndex` even if allocation cannot become lost.
2524
- Changed VmaDumpVis tool to use these new properties for better coloring.
25+
- Changed behavior of `vmaGetAllocationInfo` and `vmaTouchAllocation` to update `allocation.lastUseFrameIndex` even if allocation cannot become lost.
2626

2727
Minor changes:
2828

@@ -31,7 +31,7 @@ Minor changes:
3131
- Changed behavior of `VmaPoolCreateInfo::blockSize` = 0 (default) - it now means that pool may use variable block sizes, just like default pools do.
3232
- Improved logic of `vmaFindMemoryTypeIndex` for some cases, especially integrated GPUs.
3333
- VulkanSample application: Removed dependency on external library MathFu. Added own vector and matrix structures.
34-
- Code changes that improve compatibility with various platforms, including: Visual Studio 2012, 32-bit code, C compilers.
34+
- Changes that improve compatibility with various platforms, including: Visual Studio 2012, 32-bit code, C compilers.
3535
- Changed usage of "VK_KHR_dedicated_allocation" extension in the code to be optional, driven by macro `VMA_DEDICATED_ALLOCATION`, for compatibility with Android.
3636
- Many additions and fixes in documentation, including description of new features, as well as "Validation layer warnings".
3737
- Other bugfixes.

0 commit comments

Comments
 (0)