Skip to content

Commit

Permalink
docs: adds CHANGELOG entry for #72
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed May 1, 2020
1 parent 131d0e1 commit e877a09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 2.4.0 - TBD
## 2.4.0 - 2020-05-01

### Added

- Nothing.

### Changed

- [#72](https://github.com/phly/keep-a-changelog/pull/72) expands the regexp used to validate a version string to allow including a hyphen (`-`) between the version and stability, as well as a period (`.`) between the stability and revision identifier. As an example, the version "1.2.3-rc.1" will now be considered valid by the keep-a-changelog tool.

- [#71](https://github.com/phly/keep-a-changelog/pull/71) changes the values of the constants `BumpCommand::BUMP_BUGFIX` and `::BUMP_PATCH` to be "patch" instead of "bugfix", making them better align with the verbiage in version 2.0 of the Keep A Changelog specification. Usage of the tool does not change, however.

### Deprecated
Expand Down

0 comments on commit e877a09

Please sign in to comment.