summaryrefslogtreecommitdiff
path: root/docs/versions.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/versions.rst')
-rw-r--r--docs/versions.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/versions.rst b/docs/versions.rst
index c9ec018..58654a7 100644
--- a/docs/versions.rst
+++ b/docs/versions.rst
@@ -5,6 +5,21 @@ Version History
.. automodule:: more_itertools
:noindex:
+8.13.0
+------
+
+* New functions
+ * The :func:`subslices` recipe from the `itertools` docs was added (thanks to rhettinger)
+
+* Changes to existing functions
+ * The :func:`ichunked` function is now more efficient (thanks to hjtran0 and seanmacavaney)
+ * The :func:`difference` function is now more efficient (thanks to Masynchin)
+ * The :func:`grouper` recipe now has more features, mirroring the one in the `itertools` docs (thanks to rhettinger)
+
+* Other changes
+ * Some documentation issues were fixed (thanks to medvied and Freed-Wu)
+ * The `more_itertools` package is now built with `flit` (thanks to mgorny)
+
8.12.0
------