We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93d40c9 commit 0fe5b8fCopy full SHA for 0fe5b8f
2 files changed
CHANGELOG.md
@@ -5,6 +5,13 @@
5
6
# Changelog
7
8
+## v1.0.1
9
+
10
+* Changes
11
+ * Improve common buffer insertion case when buffer overflows by ~13%
12
+ * Remove unneeded list concatenation for reduce
13
+ * Property test improvements to cover more edge cases (no issues found)
14
15
## v1.0.0
16
17
This release is identical to v0.4.2.
mix.exs
@@ -4,7 +4,7 @@
4
defmodule CircularBuffer.MixProject do
use Mix.Project
- @version "1.0.0"
+ @version "1.0.1"
@description "General purpose circular buffer"
@source_url "https://github.com/elixir-toniq/circular_buffer"
0 commit comments