diff --git a/CHANGELOG.md b/CHANGELOG.md index 5286636..55766f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,16 @@ ## [Unreleased](https://github.com/matpompili/caniusethat/tree/main) +[Full Unreleased Changelog](https://github.com/matpompili/caniusethat/compare/v0.3.0...main) + +## [v0.3.0](https://github.com/matpompili/caniusethat/tree/v0.3.0) (2022-09-02) + - Fix error when docstring is not present in the function. (Issue #1, PR #4) - Add `pyzmq.utils.win32.allow_interrupt` to the server threads, so they can be stopped on Windows. (Issue #2, PR #6) - Move some of the logging to `DEBUG` level. (Issue #3, PR #7) - Add reserved method names to `Thing` class. (Issue #5, PR #8) -[Full Unreleased Changelog](https://github.com/matpompili/caniusethat/compare/v0.2.3...main) +[Full v0.3.0 Changelog](https://github.com/matpompili/caniusethat/compare/v0.2.3...v0.3.0) ## [v0.2.3](https://github.com/matpompili/caniusethat/tree/v0.2.3) (2022-09-01)