diff --git a/.changelog/113.bugfix b/.changelog/113.bugfix deleted file mode 100644 index 69d27ce7..00000000 --- a/.changelog/113.bugfix +++ /dev/null @@ -1 +0,0 @@ -Correctly handle bad data from cgroups about memory limits, fixing erroneous out-of-memory caused by Docker. \ No newline at end of file diff --git a/.changelog/114.feature b/.changelog/114.feature deleted file mode 100644 index b6bbe5c4..00000000 --- a/.changelog/114.feature +++ /dev/null @@ -1 +0,0 @@ -Report memory stats when out-of-memory event is detected. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 87f8a5fb..e9119c81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# Fil 0.14.1 (2021-01-15) + + +### Features + +- Report memory stats when out-of-memory event is detected. ([#114](https://github.com/pythonspeed/filprofiler/issues/114)) + + +### Bugfixes + +- Correctly handle bad data from cgroups about memory limits, fixing erroneous out-of-memory caused by Docker. ([#113](https://github.com/pythonspeed/filprofiler/issues/113)) + + # Fil 0.14.0 (2021-01-13)