From 75cbe6e102b9012dd210aeff72dc4ae02b884151 Mon Sep 17 00:00:00 2001 From: Hayden Pierce Date: Mon, 18 Feb 2019 17:46:24 -0600 Subject: [PATCH] Updated changelog for v0.3.0 --- docs/changelog.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index f724a49..51a28f6 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,3 +1,12 @@ +Version 0.3.0 +------------- + +* [#4](https://gitlab.com/hpierce1102/ClassFinder/issues/4) Warnings will no longer appear if a classmap configuration is present, but empty. [Contributed by](https://gitlab.com/hpierce1102/ClassFinder/merge_requests/6) rotespferd. +* Automatically locating `composer.json` should be more consistent and no longer immediately fallback to `/`. +* Internal - Fix an issue where forking the project resulting in broken CI jobs. + + + Version 0.3.0 Beta ------------------