summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dff90ee..4ec790a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
# Next
+# 0.3.0
+
* A macro was added to quickly create `Filter` implementations
* An extension for iterators was added to filter the iterator with the filter
object. This removes the need to write a closure.