From b67a8c5e0bdb9d0e345d2156c919c14b4cb2eee0 Mon Sep 17 00:00:00 2001 From: Gabriel Sanches Date: Tue, 11 Sep 2018 19:34:07 -0300 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c86ba78..a06f991 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] ### Added - Concurrency safety when sorting the tree. +- Support for configuring the tree via bitwise flags. +- Option to use a binary PATRICIA tree support via `Tbinary` flag. + +### Changed +- Enhance the tree's performance by using a `strings.Builder` for printing. ## [0.4.5] - 2018-03-02 ### Fixed