diff --git a/.changelog/133.bugfix b/.changelog/133.bugfix deleted file mode 100644 index d4321e36..00000000 --- a/.changelog/133.bugfix +++ /dev/null @@ -1 +0,0 @@ -On Linux, use a more robust method of preloading the shared library (requires glibc 2.30+, i.e. a Linux distribution released in 2020 or later). \ No newline at end of file diff --git a/.changelog/135.bugfix b/.changelog/135.bugfix deleted file mode 100644 index f2c8bc8d..00000000 --- a/.changelog/135.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed in regression in Fil v0.15 that made it unusable on macOS. \ No newline at end of file diff --git a/.changelog/136.bugfix b/.changelog/136.bugfix deleted file mode 100644 index c19a008f..00000000 --- a/.changelog/136.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fewer spurious warnings about launching subprocesses. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 451cf179..32bc547c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# Fil 0.16.0 (2021-02-24) + + +### Bugfixes + +- On Linux, use a more robust method of preloading the shared library (requires glibc 2.30+, i.e. a Linux distribution released in 2020 or later). ([#133](https://github.com/pythonspeed/filprofiler/issues/133)) +- Fixed in regression in Fil v0.15 that made it unusable on macOS. ([#135](https://github.com/pythonspeed/filprofiler/issues/135)) +- Fewer spurious warnings about launching subprocesses. ([#136](https://github.com/pythonspeed/filprofiler/issues/136)) + + # Fil 0.15.0 (2021-02-18)