Skip to content

Commit

Permalink
Sync up changelog before release.
Browse files Browse the repository at this point in the history
  • Loading branch information
bodil committed Sep 25, 2018
1 parent 09ffc26 commit 93cec2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added
- Maps and sets now have the `clear` method just like `Vector`. (#46)

### Changed
- Single chunk `Vector`s are no longer allocated directly on the stack, meaning
that they're now comparable in performance to `std::vec::Vec` rather than
Expand Down
2 changes: 1 addition & 1 deletion release.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
no-dev-version = true
sign-commit = true
pre-release-replacements = [ { file="../CHANGELOG.md", search="\\[Unreleased\\]", replace="[{{version}}] - {{date}}" } ]
pre-release-replacements = [ { file="CHANGELOG.md", search="\\[Unreleased\\]", replace="[{{version}}] - {{date}}" } ]

0 comments on commit 93cec2f

Please sign in to comment.