From 5643b135a87603b738686847b6c9701065b83ee3 Mon Sep 17 00:00:00 2001 From: Amanieu d'Antras Date: Mon, 4 Nov 2024 17:24:17 +0000 Subject: [PATCH] Yank v0.15.0 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cffcd786..cdcc070ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,9 @@ This release removes the `borsh` feature introduced in 0.15.0 because it was found to be incorrectly implemented. Users should use the `hashbrown` feature of the `borsh` crate instead which provides the same trait implementations. -## [v0.15.0] - 2024-10-01 +## ~~[v0.15.0] - 2024-10-01~~ + +This release was _yanked_ due to a broken implementation of the `borsh` feature. This update contains breaking changes that remove the `raw` API with the hope of centralising on the `HashTable` API in the future. You can follow the discussion