Skip to content

Commit

Permalink
Prepare for 0.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
itamarst committed Aug 13, 2020
1 parent 55fecbe commit 7343630
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
1 change: 0 additions & 1 deletion .changelog/61.feature

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/65.feature

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/66.bugfix

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Fil 0.9.0 (2020-08-13)


### Features

- 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))
- Added support for tracking allocations done using `posix_memalign(3)`. ([#61](https://github.com/pythonspeed/filprofiler/issues/61))

### Bugfixes

- Fixed edge case for large allocations, where wrong number of bytes was recorded as freed. ([#66](https://github.com/pythonspeed/filprofiler/issues/66))


# Fil 0.8.0 (2020-07-24)


Expand Down

0 comments on commit 7343630

Please sign in to comment.