Skip to content

Commit

Permalink
Update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Sanches committed Sep 11, 2018
1 parent 5fedd0c commit b67a8c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b67a8c5

Please sign in to comment.