Updated changelog in prep for release.
This commit is contained in:
parent
ae8ab5411e
commit
2a5873261f
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -6,14 +6,15 @@ This project uses [Semantic Versioning] and generally follows the conventions of
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [v0.4.3] - 2023-02-12
|
||||
## [v0.4.3] - 2023-02-13
|
||||
|
||||
### Added
|
||||
|
||||
- Blockdata var already converted to _asdict() (8d3b9da)
|
||||
- Added Mastodon public API parser type because #33 (9fe9342)
|
||||
- Added ability to set scheme when talking to instances (9fe9342)
|
||||
- Added tests of comment merging. (fb3a7ec)
|
||||
- Added blocklist thresholds. (bb1d89e)
|
||||
- Added logging to help debug threshold-based merging. (b67ff0c)
|
||||
|
||||
### 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)
|
||||
- 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
|
||||
|
||||
### Fixed
|
||||
|
|
Loading…
Reference in New Issue