mdbx: add info about Deno support.

This commit is contained in:
Leonid Yuriev
2022-01-31 20:31:45 +03:00
parent bd51e181fb
commit 1c409a38d3
2 changed files with 3 additions and 1 deletions

View File

@@ -22,12 +22,14 @@ ChangeLog
Acknowledgements:
- [Alex Sharov](https://github.com/AskAlexSharov) for reporting, testing and provide resources for remote debugging/investigation.
- [Kris Zyp](https://github.com/kriszyp) for [Deno](https://deno.land/) support.
New features, extensions and improvements:
- Added treating the `UINT64_MAX` value as maximum for given option inside `mdbx_env_set_option()`.
- Added `to_hex/to_base58/to_base64::output(std::ostream&)` overloads without using temporary string objects as buffers.
- Added `--geometry-jitter=YES|no` option to the test framework.
- Added support for [Deno](https://deno.land/) support by [Kris Zyp](https://github.com/kriszyp).
Fixes: