From 132367867350afbf9bc1534eac2a6ffe6bb4116f Mon Sep 17 00:00:00 2001 From: Justin Warren Date: Fri, 13 Jan 2023 19:14:40 +1100 Subject: [PATCH] Add last few changes to changelog for release. --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a54a934..3d15d08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. -## [0.4.0] - 2023-01-12 +## [0.4.0] - 2023-01-13 Substantial changes to better support multiple blocklist formats @@ -34,6 +34,7 @@ Substantial changes to better support multiple blocklist formats - Improved comment merging. (0a6eec4) - Clarified logic in apply_mergeplan() for boolean fields. (66f0373) - Updated README documentation. (ee9625d) +- Aligned API call rate limit with server default. (55dad3f) ### Removed @@ -42,6 +43,8 @@ Substantial changes to better support multiple blocklist formats ### Fixed - Fixed bug in severity change detection. (e0d40b5) +- Fix DomainBlock.id usage during __iter__() (a718af5) +- ## [0.3.0] - 2023-01-11