1
0
mirror of https://github.com/danog/class-finder.git synced 2024-11-26 20:14:59 +01:00

Update changelog; bump composer.json version

This commit is contained in:
Hayden Pierce 2020-03-31 16:51:38 -05:00
parent fe7efc5058
commit 5b12fb08f3
2 changed files with 6 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"description" : "A library that can provide of a list of classes in a given namespace",
"type": "library",
"license": "MIT",
"version": "0.4.0",
"version": "0.4.1",
"authors": [
{
"name": "Hayden Pierce",

View File

@ -1,3 +1,8 @@
Version 0.4.1
----------
* [#12](https://gitlab.com/hpierce1102/ClassFinder/-/issues/12) ([Merge Request](https://gitlab.com/hpierce1102/ClassFinder/-/merge_requests/18)) Fix a deprecation notice. Thanks, Benedikt Franke and Adam Stark
Version 0.4.0
----------