mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
Prepare release 3.0.0-beta.2 (#573)
This commit is contained in:
parent
d4ae5cc2b6
commit
e15a610dc9
1 changed files with 3 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue