Skip to content

Latest commit

History

History
165 lines (113 loc) 路 5.41 KB

CHANGELOG.md

File metadata and controls

165 lines (113 loc) 路 5.41 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 2.5.0...main.

For a full diff see 2.4.0...2.5.0.

Added

For a full diff see 2.3.0...2.4.0.

Changed

For a full diff see 2.2.0...2.3.0.

Changed

For a full diff see 2.1.0...2.2.0.

Changed

For a full diff see 2.0.1...2.1.0.

Added

For a full diff see 2.0.0...2.0.1.

Fixed

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

For a full diff see 1.0.0...2.0.0.

Changed

  • Renamed vendor namespace Localheinz to Ergebnis after move to @ergebnis (#70), by @localheinz

    Run

    $ composer remove localheinz/http-method
    

    and

    $ composer require ergebnis/http-method
    

    to update.

    Run

    $ find . -type f -exec sed -i '.bak' 's/Localheinz\\Http/Ergebnis\\Http/g' {} \;
    

    to replace occurrences of Localheinz\Http with Ergebnis\Http.

    Run

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

    to delete backup files created in the previous step.

For a full diff see 848192d...1.0.0.

Added