Updated changelog in prep for release.

This commit is contained in:
Justin Warren 2023-02-13 08:51:19 +11:00
parent ae8ab5411e
commit 2a5873261f
No known key found for this signature in database
1 changed files with 3 additions and 8 deletions

View File

@ -6,14 +6,15 @@ This project uses [Semantic Versioning] and generally follows the conventions of
## [Unreleased] ## [Unreleased]
## [v0.4.3] - 2023-02-12 ## [v0.4.3] - 2023-02-13
### Added ### Added
- Blockdata var already converted to _asdict() (8d3b9da)
- Added Mastodon public API parser type because #33 (9fe9342) - Added Mastodon public API parser type because #33 (9fe9342)
- Added ability to set scheme when talking to instances (9fe9342) - Added ability to set scheme when talking to instances (9fe9342)
- Added tests of comment merging. (fb3a7ec) - Added tests of comment merging. (fb3a7ec)
- Added blocklist thresholds. (bb1d89e)
- Added logging to help debug threshold-based merging. (b67ff0c)
### Changed ### Changed
@ -21,12 +22,6 @@ This project uses [Semantic Versioning] and generally follows the conventions of
- Don't merge comments if new comment is empty. (b8aa11e) - Don't merge comments if new comment is empty. (b8aa11e)
- Tweaked comment merging to pass tests. (fb3a7ec) - Tweaked comment merging to pass tests. (fb3a7ec)
## [v0.4.1] - 2023-01-15
Allowlist support.
- Planning to add allowlist thresholds as noted in #28
## [v0.4.2] - 2023-01-19 ## [v0.4.2] - 2023-01-19
### Fixed ### Fixed