Skip to content

Commit

Permalink
Add more detail to release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeckingsale committed Sep 5, 2019
1 parent 79624da commit 1979a29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to

### Fixed

- Fixed a bug in DynamicPool where memory could be leaked.
- Fixed a bug in DynamicPool where memory could be leaked when allocating a new
block using the "minimum size" for an allocation smaller than the block.

## [1.0.0] - 2019-07-12

Expand Down
3 changes: 2 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# v1.0.1

- Fixed a bug in DynamicPool where memory could be leaked.
- Fixed a bug in DynamicPool where memory could be leaked when allocating a new
block using the "minimum size" for an allocation smaller than the block.

# v1.0.0

Expand Down

0 comments on commit 1979a29

Please sign in to comment.