Skip to content

Commit

Permalink
Merge pull request #458 from ergebnis/fix/dash
Browse files Browse the repository at this point in the history
Fix: Use dashes instead of asterisks for unordered lists
  • Loading branch information
localheinz committed Dec 30, 2021
2 parents daf050a + f6098b7 commit d9df653
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@ For a full diff see [`1.1.0...1.1.1`][1.1.0...1.1.1].

### Fixed

* Determine classy names within namespace with single segment on PHP 8.0 ([#343]), by [@localheinz]
- Determine classy names within namespace with single segment on PHP 8.0 ([#343]), by [@localheinz]

## [`1.1.0`][1.1.0]

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

### Changed

* Added support for PHP 8.0 ([#235]), by [@localheinz]
- Added support for PHP 8.0 ([#235]), by [@localheinz]

## [`1.0.1`][1.0.1]

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

### Changed

* Dropped support for PHP 7.1 ([#231]), by [@localheinz]
- Dropped support for PHP 7.1 ([#231]), by [@localheinz]
*
## [`1.0.0`][1.0.0]

Expand All @@ -42,23 +42,23 @@ For a full diff see [`0.5.1...0.5.2`][0.5.1...0.5.2].

### Fixed

* Brought back support for PHP 7.1 ([#103]), by [@localheinz]
- Brought back support for PHP 7.1 ([#103]), by [@localheinz]

## [`0.5.1`][0.5.1]

For a full diff see [`0.5.0...0.5.1`][0.5.0...0.5.1].

### Fixed

* Removed an inappropriate `replace` configuration from `composer.json` ([#100]), by [@localheinz]
- Removed an inappropriate `replace` configuration from `composer.json` ([#100]), by [@localheinz]

## [`0.5.0`][0.5.0]

For a full diff see [`0.4.0...0.5.0`][0.4.0...0.5.0].

### Changed

* Renamed vendor namespace `Localheinz` to `Ergebnis` after move to [@ergebnis] ([#88]), by [@localheinz]
- Renamed vendor namespace `Localheinz` to `Ergebnis` after move to [@ergebnis] ([#88]), by [@localheinz]

Run

Expand Down Expand Up @@ -92,7 +92,7 @@ For a full diff see [`0.4.0...0.5.0`][0.4.0...0.5.0].

### Fixed

* Dropped support for PHP 7.1 ([#77]), by [@localheinz]
- Dropped support for PHP 7.1 ([#77]), by [@localheinz]

[0.5.0]: https://github.com/localheinz/ergebnis/classy/releases/tag/0.5.0
[0.5.1]: https://github.com/localheinz/ergebnis/classy/releases/tag/0.5.1
Expand Down

0 comments on commit d9df653

Please sign in to comment.