mirror of
https://github.com/AdrianKuta/Tree-Data-Structure.git
synced 2026-06-19 19:00:14 +02:00
docs: rewrite README for clarity and usefulness
- One consistent example tree throughout; fixed prettyString output mismatch. - Task-oriented sections (building/traversal/navigation/functional/utilities/mutating). - Per-module usage for serialization, coroutines, and compose. - Condensed the maintainer publishing section; added a thread-safety note and CHANGELOG link.
This commit is contained in:
@@ -6,6 +6,11 @@ All notable changes to this project are documented here. The format is based on
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Changed
|
||||
- Rewrote the README for clarity: one consistent example tree, task-oriented sections
|
||||
(building, traversal, navigation, functional, utilities, mutating), per-module usage, and a
|
||||
condensed maintainer "Releasing" section.
|
||||
|
||||
## [4.0.0]
|
||||
|
||||
A breaking release that cleans up the core API and enforces an explicit public surface.
|
||||
|
||||
Reference in New Issue
Block a user