about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-03-16 22:08:11 +0100
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-03-16 22:08:11 +0100
commitc3400c49ef53d415fbabe942b4757f239010ca76 (patch)
tree3fde71032bf0c03577dcccdb2ef5de1bb6123559
parent0738034d386fa4a0a01d8b3f295fdaa06e6006e4 (diff)
doc(CHANGELOG): add dates for every release
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 15f0bdc..93a6f94 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -236,10 +236,14 @@ been abandoned thus.
 
 ## 0.2.1.2 Bump fast-logger
 
+2020-05-23
+
 * Bump fast-logger dependency, fix build
 
 ## 0.2.1.1 Fixed Privilege Dropping
 
+2019-12-10
+
 * Server
   * Make `user` parameter in config optional. If it is not given or set to `null`, `spacecookie` won't attempt
     to change its UID and GID. This is especially useful, if socket activation is used. In that case it is not
@@ -256,6 +260,8 @@ been abandoned thus.
 
 ## 0.2.1.0 Systemd Support
 
+2019-10-20
+
 * Improved systemd support.
   * Support for the notify service type
   * Support for socket activation and socket (fd) storage
@@ -266,10 +272,14 @@ been abandoned thus.
 
 ## 0.2.0.1 Hackage release
 
+2019-05-23
+
 Fixed a problem hindering the hackage release.
 
 ## 0.2.0.0 initial release
 
+2019-05-23
+
 * First version. Released on an unsuspecting world. Includes:
   * Library for writing any gopher server / application.
   * File system based gopher server with support for gopher maps.