Skip to content

Commit

Permalink
Enhancement: Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 8, 2019
1 parent 2d40cdd commit 9ffa84f
Showing 1 changed file with 43 additions and 2 deletions.
45 changes: 43 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

For a full diff see [`2.0.1...master`][2.0.1...master].
For a full diff see [`3.0.0...master`][3.0.0...master].

## [`3.0.0`][3.0.0]

For a full diff see [`2.0.1...3.0.0`][2.0.1...3.0.0].

### Changed

Expand All @@ -17,8 +21,45 @@ For a full diff see [`2.0.1...master`][2.0.1...master].
* Removed support for PHP 7.1 ([#55]), by [@localheinz]
* Required implicit dependencies `ext-json` and `ext-mbstring` explicitly ([#63]), by [@localheinz]

[2.0.1...master]: https://github.com/ergebnis/json-printer/compare/2.0.1...master
## [`2.0.1`][2.0.1]

For a full diff see [`2.0.0...2.0.1`][2.0.0...2.0.1].

### Fixed

* Started rejecting mixed tabs and spaces as indent ([#37]), by [@localheinz]

## [`2.0.0`][2.0.0]

For a full diff see [`1.1.0...2.0.0`][1.1.0...2.0.0].

### Changed

* Allowed specifying new-line character ([#33]), by [@localheinz]

## [`1.1.0`][1.1.0]

For a full diff see [`1.0.0...1.1.0`][1.0.0...1.1.0].

## [`1.0.0`][1.0.0]

For a full diff see [`8849fc6...1.0.0`][8849fc6...1.0.0].

[1.0.0]: https://github.com/ergebnis/json-printer/releases/tag/1.0.0
[1.1.0]: https://github.com/ergebnis/json-printer/releases/tag/1.1.0
[2.0.0]: https://github.com/ergebnis/json-printer/releases/tag/2.0.0
[2.0.1]: https://github.com/ergebnis/json-printer/releases/tag/2.0.1
[3.0.0]: https://github.com/ergebnis/json-printer/releases/tag/3.0.0

[8849fc6...1.0.0]: https://github.com/ergebnis/json-printer/compare/8849fc6...1.0.0
[1.0.0...1.1.0]: https://github.com/ergebnis/json-printer/compare/1.0.0...1.1.0
[1.1.0...2.0.0]: https://github.com/ergebnis/json-printer/compare/1.1.0...2.0.0
[2.0.0...2.0.1]: https://github.com/ergebnis/json-printer/compare/2.0.0...2.0.1
[2.0.1...3.0.0]: https://github.com/ergebnis/json-printer/compare/2.0.1...3.0.0
[3.0.0...master]: https://github.com/ergebnis/json-printer/compare/3.0.0...master

[#33]: https://github.com/ergebnis/json-printer/pull/33
[#37]: https://github.com/ergebnis/json-printer/pull/37
[#55]: https://github.com/ergebnis/json-printer/pull/55
[#63]: https://github.com/ergebnis/json-printer/pull/63
[#67]: https://github.com/ergebnis/json-printer/pull/67
Expand Down

0 comments on commit 9ffa84f

Please sign in to comment.