diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e7a246c5f..8b76ab10a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -117,6 +117,7 @@ Changes to memory allocation: - Replaced `MemoryAllocator::allocate_dedicated_unchecked` with `MemoryAllocator::allocate_dedicated`. - `FreeListAllocator`, `BuddyAllocator` and `BumpAllocator` are no longer `Sync`. - `GenericMemoryAllocatorCreateInfo::block_sizes` now represents a block size per memory type, instead of per memory heap, to allow for a more fine-grained configuration. +- Merged `GenericMemoryAllocator::new_unchecked` into `GenericMemoryAllocator::new`. Changes to synchronization primitives: - `Event::signaled` is renamed to `is_signaled`, to match the method on `Fence`.