All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
- Basic implementation of the rope data structure that works on any sequence
- Includes sequential operations
- Equality with other sequential Clojure collections
- Removal, replacement, and views of sub-sequences
- Serialization either with edn readers or
*print-dup*