diff options
author | Christopher R. Nelson <christopher.nelson@languidnights.com> | 2024-01-17 21:10:08 -0500 |
---|---|---|
committer | Christopher R. Nelson <christopher.nelson@languidnights.com> | 2024-01-21 09:59:04 -0500 |
commit | 6a0214be1c9ed4eceb059dfe514c2df429f2951f (patch) | |
tree | 7a0b6a8f8369271ca7db197cb61424750ef72c43 /ChangeLog | |
parent | a6721bdd6154e2bebd8ab07bf310c25629347a21 (diff) |
Update project documentation for release
hconfig.scm.hall: update copyright
HACKING: update build instructions
AUTHORS: include self
ChangeLog: initial release
NEWS: initial release
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..1fab1e8 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,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 |