Updated CHANGELOG

This commit is contained in:
Fabio Manganiello 2023-06-30 23:12:13 +02:00
parent 42a990a132
commit 8c063e2d03
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
Given the high speed of development in the first phase, changes are being Given the high speed of development in the first phase, changes are being
reported only starting from v0.20.2. reported only starting from v0.20.2.
## [0.50.2] - 2023-06-30
### Fixed
- A fix for the new `get_plugin` supported syntax. `get_plugin` now also
accepts a plugin class/type as an argument rather than a string, but the
previous logic didn't properly inspect the parent module.
## [0.50.0] - 2023-06-28 ## [0.50.0] - 2023-06-28
This should actually be a new big major release, but I'm holding on implementing This should actually be a new big major release, but I'm holding on implementing