All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
For a full diff see 0.7.1...main
.
- Dropped support for PHP 7.2 (#504), by @localheinz
- Dropped support for PHP 7.3 (#506), by @localheinz
For a full diff see 0.7.0...0.7.1
.
- Removed an inappropriate
replace
configuration fromcomposer.json
(#339), by @localheinz
For a full diff see 0.6.1...0.7.0
.
-
Renamed namespace
Localheinz\GitHub\ChangeLog
toErgebnis\GitHub\Changelog
after move to @ergebnis (#336), by @localheinzRun
$ composer remove localheinz/github-changelog
and
$ composer require ergebnis/github-changelog
to update.
Run
$ find . -type f -exec sed -i '.bak' 's/Localheinz\\GitHub\\ChangeLog/Ergebnis\\GitHub\\Changelog/g' {} \;
to replace occurrences of
Localheinz\GitHub\ChangeLog
withErgebnis\GitHub\Changelog
.Run
$ find -type f -name '*.bak' -delete
to delete backup files created in the previous step.
- Dropped support for PHP 7.1 (#314), by @localheinz