Skip to content

Commit

Permalink
0.0.20 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ak0rz committed Dec 10, 2021
1 parent 36a83d1 commit 4f11382
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
0.0.20
* ATTENTION! Incompatible format changes -- rebuild your databases
* Ascending bitset index by @ya-goodfella in https://github.com/yandex/yoctodb/pull/35
* Trie based index for key storage by @ya-goodfella in https://github.com/yandex/yoctodb/pull/36
* Buffer deduplication for stored fields by @irenkamalova in https://github.com/yandex/yoctodb/pull/38
* Reading primitives unsafe (natively through ByteBuffer API) by @sanekas in https://github.com/yandex/yoctodb/pull/43
* Bump junit from 4.12 to 4.13.1 by @dependabot in https://github.com/yandex/yoctodb/pull/46

## New Contributors
* @ya-goodfella made their first contribution in https://github.com/yandex/yoctodb/pull/35
* @irenkamalova made their first contribution in https://github.com/yandex/yoctodb/pull/38
* @sanekas made their first contribution in https://github.com/yandex/yoctodb/pull/43

**Full Changelog**: https://github.com/yandex/yoctodb/compare/0.0.19...v0.0.20

0.0.19
* ATTENTION! Incompatible format changes -- rebuild your databases
* #33: Support for stored field values
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
<name>Svyatoslav Demidov</name>
<email>[email protected]</email>
</developer>
<developer>
<id>ya-goodfella</id>
<name>Andrey Korzinev</name>
<email>[email protected]</email>
</developer>
</developers>

<modules>
Expand Down

0 comments on commit 4f11382

Please sign in to comment.