diff --git a/NEWS.rst b/NEWS.rst index 11694a5..b17f0bb 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,12 @@ +v5.1.0 +====== + +Features +-------- + +- Fully typed ``RangeMap`` and avoid complete iterations to find matches -- by :user:`Avasam` (#16) + + v5.0.1 ====== diff --git a/newsfragments/16.feature.rst b/newsfragments/16.feature.rst deleted file mode 100644 index 740b18c..0000000 --- a/newsfragments/16.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Fully typed ``RangeMap`` and avoid complete iterations to find matches -- by :user:`Avasam`