Skip to content

Commit

Permalink
docs: Fix Markdown formatting of CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
MRigal committed Oct 11, 2021
1 parent b65a2ee commit 5ca515a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
dist/*
build
django_model_utils.egg-info/*
HGREV
.coverage
Expand Down
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Unreleased
----------


4.2.0 (2021-10-10)
4.2.0 (2021-10-11)
------------------

- Add support for `Django 3.2`
Expand All @@ -27,6 +27,7 @@ Unreleased
------------------

**Breaking changes:**

- `FieldTracker` now marks fields as not changed after `refresh_from_db`
respecting `fields` argument (GH-#404)
- `FieldTracker` now respects `update_fields` changed in overridden `save()`
Expand All @@ -36,6 +37,7 @@ Unreleased
methods (GH-#404)

**Other changes:**

- Update InheritanceQuerySetMixin to avoid querying too much tables
- TimeStampedModel now automatically adds 'modified' field as an update_fields
parameter even if it is forgotten while using save()
Expand Down

0 comments on commit 5ca515a

Please sign in to comment.