From 7082c1440f8c20a86387429ba5599a8003ea4a29 Mon Sep 17 00:00:00 2001 From: Rua Date: Fri, 18 Mar 2022 17:42:20 +0100 Subject: [PATCH] #1860 changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83b88da0..3e138ba9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ description. They will be transferred to this file right after the Pull Request merge. --> +- **Breaking** Removed the `try_gpu_lock`, `increase_gpu_lock` and `unlock` methods from the `BufferAccess` and `ImageAccess` traits. Locking is now implemented internally in `UnsafeBuffer` and `UnsafeImage`. # Version 0.29.0 (2022-03-11)