Skip to content

Commit

Permalink
Changelog sync.
Browse files Browse the repository at this point in the history
  • Loading branch information
bodil committed Apr 13, 2019
1 parent 81edef2 commit 7633b30
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ 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

- The `capacity()` method has been replacied with a `CAPACITY` const on each
type.

### ADDED

- The `Drain` iterator for `SizedChunk` now implements `DoubleEndedIterator`.

### FIXED

- `SizedChunk::drain_from_front/back` will now always panic if the iterator
underflows, instead of only doing it in debug mode.

## [0.1.3] - 2019-04-12

### ADDED
Expand Down

0 comments on commit 7633b30

Please sign in to comment.