Prepare release 3.2.0 (#729)

This commit is contained in:
Hasan Ramezani 2025-06-26 13:27:43 +02:00 committed by GitHub
parent 637e04c31e
commit 6184ec8adb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,11 +4,15 @@
#### Improvements
#### Fixes
## 3.2.0 (2025-06-26)
#### Improvements
- feat: Support storing JSON in the changes field when ```AUDITLOG_STORE_JSON_CHANGES``` is enabled. ([#719](https://github.com/jazzband/django-auditlog/pull/719))
- feat: Added `AUDITLOG_MASK_CALLABLE` setting to allow custom masking functions ([#725](https://github.com/jazzband/django-auditlog/pull/725))
#### Fixes
## 3.1.2 (2025-04-26)
#### Fixes