Add last few changes to changelog for release.
This commit is contained in:
parent
69c28f1a3f
commit
1323678673
|
@ -8,7 +8,7 @@ This project uses [Semantic Versioning] and generally follows the conventions of
|
||||||
|
|
||||||
Important planned changes not yet bundled up will be listed here.
|
Important planned changes not yet bundled up will be listed here.
|
||||||
|
|
||||||
## [0.4.0] - 2023-01-12
|
## [0.4.0] - 2023-01-13
|
||||||
|
|
||||||
Substantial changes to better support multiple blocklist formats
|
Substantial changes to better support multiple blocklist formats
|
||||||
|
|
||||||
|
@ -34,6 +34,7 @@ Substantial changes to better support multiple blocklist formats
|
||||||
- Improved comment merging. (0a6eec4)
|
- Improved comment merging. (0a6eec4)
|
||||||
- Clarified logic in apply_mergeplan() for boolean fields. (66f0373)
|
- Clarified logic in apply_mergeplan() for boolean fields. (66f0373)
|
||||||
- Updated README documentation. (ee9625d)
|
- Updated README documentation. (ee9625d)
|
||||||
|
- Aligned API call rate limit with server default. (55dad3f)
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
|
@ -42,6 +43,8 @@ Substantial changes to better support multiple blocklist formats
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fixed bug in severity change detection. (e0d40b5)
|
- Fixed bug in severity change detection. (e0d40b5)
|
||||||
|
- Fix DomainBlock.id usage during __iter__() (a718af5)
|
||||||
|
-
|
||||||
|
|
||||||
## [0.3.0] - 2023-01-11
|
## [0.3.0] - 2023-01-11
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue