Prepare release 3.0.0-beta.2 (#573)

This commit is contained in:
Hasan Ramezani 2023-10-05 13:38:57 +02:00 committed by GitHub
parent d4ae5cc2b6
commit e15a610dc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,17 +2,16 @@
## Next Release
## 3.0.0-beta.2 (2023-10-05)
#### Breaking Changes
- feat: stop deleting old log entries when a model with the same pk is created (i.e. the pk value is reused) ([#559](https://github.com/jazzband/django-auditlog/pull/559))
#### Improvements
#### Fixes
* fix: only fire the `post_log` signal when the log is created or when there is an error in the process ([#561](https://github.com/jazzband/django-auditlog/pull/561))
* fix: don't set the correlation_id if the `AUDITLOG_CID_GETTER` is `None` ([#565](https://github.com/jazzband/django-auditlog/pull/565))
## 3.0.0-beta.1
## 3.0.0-beta.1 (2023-08-29)
#### Breaking Changes