Skip to content

Commit 7343630

Browse files
committed
Prepare for 0.9.0.
1 parent 55fecbe commit 7343630

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

.changelog/61.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changelog/65.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

.changelog/66.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Fil 0.9.0 (2020-08-13)
2+
3+
4+
### Features
5+
6+
- When tracking large numbers of allocations, Fil now runs _much_ faster, and has much less memory overhead. ([#65](https://github.com/pythonspeed/filprofiler/issues/65))
7+
- Added support for tracking allocations done using `posix_memalign(3)`. ([#61](https://github.com/pythonspeed/filprofiler/issues/61))
8+
9+
### Bugfixes
10+
11+
- Fixed edge case for large allocations, where wrong number of bytes was recorded as freed. ([#66](https://github.com/pythonspeed/filprofiler/issues/66))
12+
13+
114
# Fil 0.8.0 (2020-07-24)
215

316

0 commit comments

Comments
 (0)