Prepare release of django-auditlog 2.0.0

This commit is contained in:
Hasan Ramezani 2022-05-04 09:11:46 +02:00
parent e2d293730c
commit d848c53d08

View file

@ -1,5 +1,7 @@
# Changes
## 2.0.0 (2022-05-09)
#### Improvements
- feat: enable use of replica database (delegating the choice to `DATABASES_ROUTER`) ([#359](https://github.com/jazzband/django-auditlog/pull/359))
- Add `mask_fields` argument in `register` to mask sensitive information when logging ([#310](https://github.com/jazzband/django-auditlog/pull/310))