summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..d7e648a
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,22 @@
+# Revision history for erebos
+
+## 0.1.3 -- 2024-05-05
+
+* Enable/disable network services by command-line parameters
+* Tab-completion of command name
+* Implemented streams in network protocol
+* Compatibility with GHC up to 9.8
+
+## 0.1.2 -- 2024-02-20
+
+* Compatibility with GHC up to 9.6
+* Pruned unnecessary dependencies and fixed bounds
+
+## 0.1.1 -- 2024-02-18
+
+* Added build flag to enable/disable ICE support with pjproject.
+* Added `-V` command-line switch to show version.
+
+## 0.1.0 -- 2024-02-10
+
+* First version.