aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.org
blob: 93327ccba7a15b8e6b991cf89eb0ceea706d10a4 (plain)
1
2
3
4
5
6
7
8
* Since 0.1

  - API CHANGE: `RingBuffer::new()` no longer takes an argument.
  - `Copy` trait is no longer required on most `RingBuffer` methods.
  - Added two methods for bulk copying data in/out of the ring buffer:
    `Reader::shift_into()` and `Writer::unshift_from()`.
  - Added 'Iterator` implementation to `Reader`.
  - Minor performance optimizations.