Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 586 Bytes

CHANGELOG.md

File metadata and controls

12 lines (10 loc) · 586 Bytes

Change Log

All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.

Added

  • 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*