diff --git a/NEWS.rst b/NEWS.rst index af61017..2084587 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -8,6 +8,12 @@ Features - Refactored glob functionality to support a more generalized solution with support for platform-specific path separators. (#108) +Bugfixes +-------- + +- Add special accounting for pypy when computing the stack level for text encoding warnings. (#114) + + v3.17.0 ======= diff --git a/newsfragments/114.bugfix.rst b/newsfragments/114.bugfix.rst deleted file mode 100644 index fb6fc40..0000000 --- a/newsfragments/114.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Add special accounting for pypy when computing the stack level for text encoding warnings. \ No newline at end of file