update changelog

pull/11/head
Timothée Rebours 3 years ago
parent 2c2af50841
commit da532719af
  1. 4
      CHANGELOG.md

@ -51,8 +51,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Using `Datastore#persistence#stopAutocompaction` is now deprecated, please use `Datastore#stopAutocompaction` instead. - Using `Datastore#persistence#stopAutocompaction` is now deprecated, please use `Datastore#stopAutocompaction` instead.
## Removed ## Removed
- The option for passing `options.nodeWebkitAppName` to the Datastore and the Persistence constructors has been removed. - The option for passing `options.nodeWebkitAppName` to the Datastore and the Persistence constructors has been removed, subsequently, the static method `Persistence.getNWAppFilename` has been removed as well;
- `Persistence.getNWAppFilename`; - Compatibility with node < 10.1.0 (we use `fs.promises`).
## [2.2.1] - 2022-01-18 ## [2.2.1] - 2022-01-18

Loading…
Cancel
Save