aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.org
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog.org')
-rw-r--r--Changelog.org8
1 files changed, 8 insertions, 0 deletions
diff --git a/Changelog.org b/Changelog.org
new file mode 100644
index 0000000..93327cc
--- /dev/null
+++ b/Changelog.org
@@ -0,0 +1,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.