Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Latest commit

 

History

History
80 lines (49 loc) · 2.14 KB

CHANGELOG.md

File metadata and controls

80 lines (49 loc) · 2.14 KB

Changelog

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.

Unreleased

For a full diff see 0.7.1...main.

Changed

For a full diff see 0.7.0...0.7.1.

Fixed

  • Removed an inappropriate replace configuration from composer.json (#339), by @localheinz

For a full diff see 0.6.1...0.7.0.

Changed

  • Renamed namespace Localheinz\GitHub\ChangeLog to Ergebnis\GitHub\Changelog after move to @ergebnis (#336), by @localheinz

    Run

    $ 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 with Ergebnis\GitHub\Changelog.

    Run

    $ find -type f -name '*.bak' -delete
    

    to delete backup files created in the previous step.

Fixed