From e6a83c3f5d32143d4392654f9053b2067e14317f Mon Sep 17 00:00:00 2001 From: Bike Date: Wed, 22 Jan 2025 11:20:29 -0500 Subject: [PATCH] update release notes --- RELEASE_NOTES.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 84ae3410b0..b89312a408 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,13 @@ +# Version 2.8.0 (LLVM15-19) Pending + +## Added +* Weak-value and weak-key-and-value hash tables, as well as an interface + for weak-key-or-value tables, although at present they are actually + strong tables in practice. + +## Fixed +* Weak pointers and weak hash tables survive snapshot save/load. + # Version 2.7.0 (LLVM15-19) 2025-01-21 ## Added