1
0
mirror of https://github.com/rpkilby/jsonfield.git synced 2022-02-12 21:18:11 +03:00

Update changelog

This commit is contained in:
Ryan P Kilby
2020-02-21 23:51:28 -08:00
parent c2f8780266
commit c6cade03b1

View File

@@ -1,15 +1,17 @@
Changes
-------
Unreleased
^^^^^^^^^^
v3.1.0 02/22/2020
^^^^^^^^^^^^^^^^^
- Handle loading invalid JSON from db
- Remove default ``help_text`` string
- Change form field to render non-ascii values
- Add setuptoools ``python_requires`` check
- Add README section on querying and null value handling
- Improve test suite coverage
v3.0.0 02/14/2020
^^^^^^^^^^^^^^^^^
This release is a major rewrite of ``jsonfield``, merging in changes from the
``jsonfield2`` fork. Changelog entries for ``jsonfield2`` are included below
for completeness.