From f613f2fc187a9ea533260e1a738d8f45cf2ebfaf Mon Sep 17 00:00:00 2001 From: Georgios Bitzes <georgios.bitzes@cern.ch> Date: Mon, 16 Jul 2018 17:08:53 +0200 Subject: [PATCH] Update release notes for 0.2.9 --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01361abb..b722295b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,12 @@ # Changelog All notable changes to this project will be documented in this file. -## Unreleased +## 0.2.9 (2018-07-16) +### Added +- Commands `convert-string-to-int`, `convert-int-to-string` to convert between + binary-string-encoded integers and human-readable-ASCII encoding. Meant for + interactive use only, to make life easier during low-level debugging when + needing to edit low-level rocksdb keys, where binary-encoded integers are used. ### Changed - Refactoring of transactions, we no longer pack / unpack a transaction into a single request within the same node, saving -- GitLab