From 3ae37a7fd546cd226bc82746f3fb1110fef97211 Mon Sep 17 00:00:00 2001 From: Jasmina Malicevic Date: Tue, 30 Jan 2024 14:29:13 +0100 Subject: [PATCH] Added changelog --- .changelog/unreleased/breaking-changes/111-compaction-support.md | 1 + .changelog/unreleased/features/111-compaction-support.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 .changelog/unreleased/breaking-changes/111-compaction-support.md create mode 100644 .changelog/unreleased/features/111-compaction-support.md diff --git a/.changelog/unreleased/breaking-changes/111-compaction-support.md b/.changelog/unreleased/breaking-changes/111-compaction-support.md new file mode 100644 index 0000000..1551e0d --- /dev/null +++ b/.changelog/unreleased/breaking-changes/111-compaction-support.md @@ -0,0 +1 @@ +- Expanded db interface to support compaction ([\#111](https://github.com/cometbft/cometbft-db/pull/111)) diff --git a/.changelog/unreleased/features/111-compaction-support.md b/.changelog/unreleased/features/111-compaction-support.md new file mode 100644 index 0000000..05f38ec --- /dev/null +++ b/.changelog/unreleased/features/111-compaction-support.md @@ -0,0 +1 @@ +- Add compaction support to the databases ([\#111](https://github.com/cometbft/cometbft-db/pull/111))