From 4d2d5a131d4a64d321195b47e630ae5acd5cd013 Mon Sep 17 00:00:00 2001 From: Jacob Evelyn Date: Mon, 29 May 2017 23:33:28 -0400 Subject: [PATCH] Update CHANGELOG for v0.30 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 219e1a0..11304ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## [v0.30](https://github.com/JacobEvelyn/friends/tree/v0.30) (2017-05-30) +[Full Changelog](https://github.com/JacobEvelyn/friends/compare/v0.29...v0.30) + +**Implemented enhancements:** + +- Code coverage in README is too low [\#163](https://github.com/JacobEvelyn/friends/issues/163) +- Improve display of favorites for ties [\#158](https://github.com/JacobEvelyn/friends/issues/158) +- Filter activities based on more than one friend/tag/etc. [\#88](https://github.com/JacobEvelyn/friends/issues/88) + +**Merged pull requests:** + +- Be able to filter output by more than one friend or tag [\#168](https://github.com/JacobEvelyn/friends/pull/168) ([JacobEvelyn](https://github.com/JacobEvelyn)) +- Improve display of favorites for ties [\#165](https://github.com/JacobEvelyn/friends/pull/165) ([JacobEvelyn](https://github.com/JacobEvelyn)) +- Correct code coverage calculations [\#164](https://github.com/JacobEvelyn/friends/pull/164) ([JacobEvelyn](https://github.com/JacobEvelyn)) + ## [v0.29](https://github.com/JacobEvelyn/friends/tree/v0.29) (2017-03-18) [Full Changelog](https://github.com/JacobEvelyn/friends/compare/v0.28...v0.29)