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.