From cc1dd54d554fe994b240ab2c3e434d74654905d7 Mon Sep 17 00:00:00 2001 From: Andronik Ordian Date: Tue, 4 Feb 2020 18:54:06 +0100 Subject: [PATCH] update changelogs --- kvdb-memorydb/CHANGELOG.md | 3 +++ kvdb-web/CHANGELOG.md | 8 +++++++- kvdb/CHANGELOG.md | 3 +++ parity-util-mem/CHANGELOG.md | 4 ++-- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/kvdb-memorydb/CHANGELOG.md b/kvdb-memorydb/CHANGELOG.md index a76dd644f..50bfeda77 100644 --- a/kvdb-memorydb/CHANGELOG.md +++ b/kvdb-memorydb/CHANGELOG.md @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog]. ## [Unreleased] +## [0.3.1] - 2019-01-06 +- Updated features and feature dependencies. [#307](https://github.com/paritytech/parity-common/pull/307) + ## [0.3.0] - 2019-01-03 - InMemory key-value database now can report memory used (via `MallocSizeOf`). [#292](https://github.com/paritytech/parity-common/pull/292) diff --git a/kvdb-web/CHANGELOG.md b/kvdb-web/CHANGELOG.md index 475d4f564..df4565ccf 100644 --- a/kvdb-web/CHANGELOG.md +++ b/kvdb-web/CHANGELOG.md @@ -1,11 +1,17 @@ # Changelog -The format is based on [Keep a Changelog]. +The format is based on [Keep a Changelog]. [Keep a Changelog]: http://keepachangelog.com/en/1.0.0/ ## [Unreleased] +## [0.3.1] - 2019-01-06 +- Updated features and feature dependencies. [#307](https://github.com/paritytech/parity-common/pull/307) + +## [0.3.0] - 2019-01-04 +- Updated to new `kvdb` and `parity-util-mem` versions. [#299](https://github.com/paritytech/parity-common/pull/299) + ## [0.2.0] - 2019-12-19 ### Changed - Default column support removed from the API diff --git a/kvdb/CHANGELOG.md b/kvdb/CHANGELOG.md index f6b634d76..4fcc88e95 100644 --- a/kvdb/CHANGELOG.md +++ b/kvdb/CHANGELOG.md @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog]. ## [Unreleased] +## [0.3.1] - 2019-01-06 +- Updated features and feature dependencies. [#307](https://github.com/paritytech/parity-common/pull/307) + ## [0.3.0] - 2020-01-03 - I/O statistics API. [#294](https://github.com/paritytech/parity-common/pull/294) - Removed `KeyValueDBHandler` trait. [#304](https://github.com/paritytech/parity-common/pull/304) diff --git a/parity-util-mem/CHANGELOG.md b/parity-util-mem/CHANGELOG.md index f9c5dc482..595632d79 100644 --- a/parity-util-mem/CHANGELOG.md +++ b/parity-util-mem/CHANGELOG.md @@ -7,8 +7,8 @@ The format is based on [Keep a Changelog]. ## [Unreleased] ## [0.4.2] - 2020-02-04 -- Implementation of `MallocSizeOf` for BTreeSet.[#325](https://github.com/paritytech/parity-common/pull/325) -- Split off implementation of `MallocSizeOf` for primitive-types. [#323](https://github.com/paritytech/parity-common/pull/323) +- Implementation of `MallocSizeOf` for `BTreeSet`. [#325](https://github.com/paritytech/parity-common/pull/325) +- Split off implementation of `MallocSizeOf` for `primitive-types`. [#323](https://github.com/paritytech/parity-common/pull/323) ## [0.4.1] - 2020-01-06 - Implementation of `MallocSizeOf` for SmallVec no longer requires ethereum `ethereum-impls` feature. [#307](https://github.com/paritytech/parity-common/pull/307)