@@ -4,7 +4,7 @@ This document describes breaking changes and how to upgrade. For a complete list
|
4 | 4 | |
5 | 5 | ## 2.0.0 |
6 | 6 | |
7 | | -This release upgrades to `abstract-level` 2.0.0 which adds [hooks](https://github.com/Level/abstract-level#hooks) and drops callbacks, not-found errors and support of Node.js < 16. Please refer to the [upgrade guide of `abstract-level`](https://github.com/Level/abstract-level/blob/v2.0.0/UPGRADING.md). |
| 7 | +This release upgrades to `abstract-level` 2.0.0 which adds [hooks](https://github.com/Level/abstract-level#hooks) and drops callbacks, not-found errors and support of Node.js < 16. Please refer to the [upgrade guide of `abstract-level`](https://github.com/Level/abstract-level/blob/v2.0.0/UPGRADING.md). The only thing to add is that `memory-level` also drops Node.js 16. |
8 | 8 | |
9 | 9 | ## 1.0.0 |
10 | 10 | |
|