diff --git a/NEWS.rst b/NEWS.rst index 537b6f9..6b16818 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,18 @@ +v0.14.0 +======= + +Features +-------- + +- Prefer spec_from_file_location when loading perf functions. + + +Bugfixes +-------- + +- Suppress UnicodeDecodeError when a non-standard encoding is encountered. + + v0.13.1 ======= diff --git a/newsfragments/+5ab4691c.bugfix.rst b/newsfragments/+5ab4691c.bugfix.rst deleted file mode 100644 index 80a0872..0000000 --- a/newsfragments/+5ab4691c.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Suppress UnicodeDecodeError when a non-standard encoding is encountered. \ No newline at end of file diff --git a/newsfragments/+71a89c77.feature.rst b/newsfragments/+71a89c77.feature.rst deleted file mode 100644 index 5d5227f..0000000 --- a/newsfragments/+71a89c77.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Prefer spec_from_file_location when loading perf functions. \ No newline at end of file