From 9022c2ae7c0dee07550d805a718a6dbd15199a36 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Sat, 6 Jul 2024 16:09:09 +0200 Subject: [PATCH] Update RELEASE_NOTES.md --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 63d1942a640..d15863f1304 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -13,7 +13,7 @@ This serves two purposes: - Updated the `HydeKernel` array representation to include the Hyde version in https://github.com/hydephp/develop/pull/1786 ### Changed -- for changes in existing functionality. +- Updated the `Serializable` trait to provide a default automatic `toArray` method in https://github.com/hydephp/develop/pull/1791 ### Deprecated - for soon-to-be removed features.