summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/unreleased_12/4485.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_12/4485.rst b/doc/build/changelog/unreleased_12/4485.rst
new file mode 100644
index 000000000..dc5860440
--- /dev/null
+++ b/doc/build/changelog/unreleased_12/4485.rst
@@ -0,0 +1,8 @@
+.. change::
+ :tags: bug, sql
+ :tickets: 4485
+
+ Fixed issue where the :class:`.JSON` type had a read-only
+ :attr:`.JSON.should_evaluate_none` attribute, which would cause failures
+ when making use of the :meth:`.TypeEngine.evaluates_none` method in
+ conjunction with this type. Pull request courtesy Sanjana S.