diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2024-05-05 16:28:08 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2024-05-05 16:28:08 +0200 |
commit | 5c2edda307f7d2786fa75e32d3b63966cdf57972 (patch) | |
tree | 78c2beb946385327284749fcd4991db9062254fb /CHANGELOG.md | |
parent | 1bea0888b3ecfbacfe201786ca05d28e9099e7c9 (diff) |
Version 0.1.3v0.1.3
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2aabf9c..d7e648a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # 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 |