diff --git a/CHANGES.rst b/CHANGES.rst index 59a13630..95743790 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,13 @@ Changes ======= +Version 1.4.0a2 (released 2020-09-21) + +- Adds a SystemFieldContext which allows knowing the record class when + accessing the attribute through the class instead of object instance. + +- Adds helpers for caching related objects on the record. + Version 1.4.0a1 (released 2020-09-16) - Adds support for JSON encoding/decoding to/from the database. This allows diff --git a/invenio_records/version.py b/invenio_records/version.py index 69179e4f..3a5d8c3d 100644 --- a/invenio_records/version.py +++ b/invenio_records/version.py @@ -13,4 +13,4 @@ """ -__version__ = '1.4.0a1' +__version__ = '1.4.0a2'