Skip to content

Commit

Permalink
Update changelog for #63 and #65.
Browse files Browse the repository at this point in the history
  • Loading branch information
bodil committed Feb 28, 2019
1 parent 9db28e9 commit ead2eeb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic
Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Changed

- `Clone` constraints on all data structures, as well as relevant constraints on
maps and sets, have been relaxed where possible, so that you can now construct
empty instances and call most query methods without requiring values implement
`Clone` etc. (#63)

### Fixed

- Constructing an empty `Vector` will not allocate any heap memory, instead
deferring allocation until you perform an operation that would increase its
length. (#65)

## [12.3.1] - 2019-02-19

### Changed
Expand Down

0 comments on commit ead2eeb

Please sign in to comment.