From 6a0b10372226c26288e7199c97c4091cd90ae6aa Mon Sep 17 00:00:00 2001 From: Terry Date: Wed, 18 Feb 2026 22:53:59 +0000 Subject: [PATCH] docs: Changelog --- changelog.d/1418.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/1418.bugfix diff --git a/changelog.d/1418.bugfix b/changelog.d/1418.bugfix new file mode 100644 index 00000000..a525071d --- /dev/null +++ b/changelog.d/1418.bugfix @@ -0,0 +1 @@ +Removed ability to set rocksdb as read only. Doing so would cause unintentional and buggy behaviour. Contributed by @Terryiscool160.