Skip to content

Commit

Permalink
Remove Clone constraints on map/set ops where it can be done withou…
Browse files Browse the repository at this point in the history
…t rewriting anything.

Closes #81.
  • Loading branch information
bodil committed Apr 8, 2019
1 parent ff35b94 commit 4dd6082
Show file tree
Hide file tree
Showing 7 changed files with 426 additions and 397 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Changed

- `Clone` constraints have been further relaxed on maps and sets, so that you
can now lookup and iterate over them without requiring a `Clone` constraint
(though you do still need `Clone` to actually insert data into them to lookup
or iterate over). (#81)

### Fixed

- Enforces the latest bugfix release of sized-chunks. (#78)
Expand Down
Loading

0 comments on commit 4dd6082

Please sign in to comment.