diff --git a/2024/02-12-24.md b/2024/02-12-24.md new file mode 100644 index 0000000..7cd9722 --- /dev/null +++ b/2024/02-12-24.md @@ -0,0 +1,23 @@ +# Very Good Changelog (12-02-2024) + +Minor fixes and feature additions. Gearing up for some new releases before the end of the year. + +## very_good_cli + +- fix: cleanup `.test_optimizer.dart` on SIGINT ([@luisredondo](https://github.com/luisredondo)) + - https://github.com/VeryGoodOpenSource/very_good_cli/pull/1190 + +## very_good_templates + +- feat: update pull request templates to add `test` type option ([@AnnaPS](https://github.com/AnnaPS)) + - https://github.com/VeryGoodOpenSource/very_good_templates/pull/214 + +## dart_frog + +- feat(dart_frog_auth): add cookie authentication ([@mtwichel](https://github.com/mtwichel)) + - https://github.com/VeryGoodOpenSource/dart_frog/pull/1600 + +## very_good_analysis + +- feat: remove `avoid_null_checks_in_equality_operators` ([@wolfenrain](https://github.com/wolfenrain)) + - https://github.com/VeryGoodOpenSource/very_good_analysis/pull/124