Skip to content

Commit d1454a1

Browse files
committed
Updates version, changelog
1 parent db8b262 commit d1454a1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ Instead of overriding `save` and `__init__` in a clunky way that hurts readabili
6161

6262
# Changelog
6363

64+
## 0.9.5 (February 2022)
65+
66+
- Makes the `has_changed`, `changes_to` conditions depend on whether the field in question was included in the SQL update/insert statement by checking
67+
the `update_fields` argument passed to save.
68+
6469
## 0.9.4 (February 2022)
6570

6671
- Adds optional @hook `on_commit` argument for executing hooks when the database transaction is committed. Thanks @amcclosky!

django_lifecycle/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from .django_info import IS_GTE_1_POINT_9
22

3-
__version__ = "0.9.4"
3+
__version__ = "0.9.5"
44
__author__ = "Robert Singer"
55
__author_email__ = "[email protected]"
66

0 commit comments

Comments
 (0)