From 14e4d76751216e890dbf0a309d6244e38bc72149 Mon Sep 17 00:00:00 2001 From: Emma Date: Sat, 21 Dec 2024 15:22:42 +0100 Subject: [PATCH] feat: add breaking change --- docs/pages/about/changelog/beta-2024-12.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pages/about/changelog/beta-2024-12.md b/docs/pages/about/changelog/beta-2024-12.md index a0dc762..386b45e 100644 --- a/docs/pages/about/changelog/beta-2024-12.md +++ b/docs/pages/about/changelog/beta-2024-12.md @@ -54,3 +54,4 @@ - Extension [flags](?page=documentation/flags) `hasInstallScript`, `hasRemoveScript` and `hasExportScript` have now been deprecated. Scripts now run by default and no longer require a flag. - [BlueprintExtensionLibrary](?page=documentation/$blueprint)'s `notifyNow()` and `notifyAfter()` have been deprecated. - [`export.sh`](?page=documentation/scripts)'s `$BLUEPRINT_EXPORT_DIRECTORY` environment variable has been deprecated in favor of `$BLUEPRINT_TMP`. +- `dbSet()` with a number will now also return numbers on `dbGet()` whereas before it always returned strings.