CHANGELOG.md in isolator-0.8.0 vs CHANGELOG.md in isolator-0.9.0

- old
+ new

@@ -1,9 +1,17 @@ # Change log ## master +## 0.9.0 (2023-05-18) + +- Support keyword arguments to isolated method in Ruby 3.0. ([@Mange][]) +- Raise an error when an ignore file does not parse to a hash. ([@bobbymcwho][]) +- Log all filtered backtrace lines to the logger ([@bobbymcwho][]) +- Add support for removing dynamic adapters. ([@Mange][]) +- Allow aliases in .isolator_todo.yml and .isolator_ignore.yml ([@tomgi][]) + ## 0.8.0 (2021-12-29) - Drop Ruby 2.5 support. - Add .isolator_ignore.yml configuration file for Rails application. @@ -97,5 +105,7 @@ [@Envek]: https://github.com/Envek [@DmitryTsepelev]: https://github.com/DmitryTsepelev [@shivanshgaur]: https://github.com/shivanshgaur [@iiwo]: https://github.com/iiwo [@mquan]: https://github.com/mquan +[@bobbymcwho]: https://github.com/bobbymcwho +[@Mange]: https://github.com/Mange