diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a0f9d5d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + +## 0.1.1 - 2017-02-24 +- Fixed a critical logic error causing items to not be removable when the buffer length reached exactly the current capacity of the buffer. + +## 0.1.0 - 2018-02-24 +- Initial release.