-
-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
# Changelog | ||
|
||
## [6.1.1] - 2022-03-25 | ||
|
||
### Fixed | ||
|
||
- Fix `getMany()` memory leak ([#804](https://github.com/Level/leveldown/issues/804)) ([`51979d1`](https://github.com/Level/leveldown/commit/51979d1)) (Vincent Weevers) | ||
- Document new features ([`ba729d2`](https://github.com/Level/leveldown/commit/ba729d2)) (Vincent Weevers). | ||
|
||
## [6.1.0] - 2021-09-28 | ||
|
||
### Added | ||
|
@@ -1074,7 +1081,7 @@ _Was not published as a tag and `package.json` was never committed with this ver | |
### Changed | ||
|
||
- Upgrade to `[email protected]`, fairly minor changes since 1.7.0 ([**@rvagg**](https://github.com/rvagg)) | ||
- Upgrade to `[email protected]`, changes block size to improve compression ~3%, slight decrease in speed ([**@rvagg**](https://github.com/rvagg)) | ||
- Upgrade to `[email protected]`, changes block size to improve compression \~3%, slight decrease in speed ([**@rvagg**](https://github.com/rvagg)) | ||
|
||
## [0.1.1] - 2013-02-24 | ||
|
||
|
@@ -1124,6 +1131,8 @@ _Was not published as a tag and `package.json` was never committed with this ver | |
|
||
:seedling: First release. Extracted from `levelup` as a stand-alone package ([**@rvagg**](https://github.com/rvagg)) | ||
|
||
[6.1.1]: https://github.com/Level/leveldown/releases/tag/v6.1.1 | ||
|
||
[6.1.0]: https://github.com/Level/leveldown/releases/tag/v6.1.0 | ||
|
||
[6.0.3]: https://github.com/Level/leveldown/releases/tag/v6.0.3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters