summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 1fab1e8a5d932b624b96bef365c88e54772417dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
* ChangeLog

All notable changes to reading-heap will be mentioned in this file.

The format is inspired by [[https://keepachangelog.com/en/1.1.0/][Keep a Changelog]], and reading-heap follows [[https://semver.org/spec/v2.0.0.html][Semantic Versioning]].

** [[https://codeberg.org/languidnights/reading-heap][0.1.0]]

*** Initial release

+ rh-server :: program for managing the heap
+ rh-client :: program for interacting with the server
  + new: adds item to the heap
  + next: shows the next (top) item in the heap
  + consume: removes the next (top) item in the heap
  + shutdown: shuts down a running server