aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-10-23 04:26:45 -0400
committerJesse Luehrs <doy@tozt.net>2019-10-23 04:26:45 -0400
commit230aa1095996878c000cc8329970a8655fb53ef3 (patch)
treebe1f0ef0581638f3ba7a006c0b754a0f147c7956 /CHANGELOG.md
parenta9b66ae18138b1e42e2f96108d79b474205c2017 (diff)
downloadteleterm-230aa1095996878c000cc8329970a8655fb53ef3.tar.gz
teleterm-230aa1095996878c000cc8329970a8655fb53ef3.zip
add a changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..9b9fa3c
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,14 @@
+# Changelog
+
+## [0.1.1] - 2019-10-23
+
+### Fixed
+
+* wait to drop privileges (via the `uid` and `gid` options until after we have
+ read the `tls_identity_file`)
+
+## [0.1.0] - 2019-10-23
+
+### Added
+
+* Initial release