diff --git a/NEWS.rst b/NEWS.rst index cacec3c..8f26f78 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,12 @@ +v6.1.1 +====== + +Bugfixes +-------- + +- ``ordinal`` now handles float types correctly without first coercing them to strings. (#178) + + v6.1.0 ====== diff --git a/newsfragments/178.bugfix.rst b/newsfragments/178.bugfix.rst deleted file mode 100644 index cb3896c..0000000 --- a/newsfragments/178.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -``ordinal`` now handles float types correctly without first coercing them to strings.