aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorItay Grudev <itay+89bf5c@grudev.com>2019-09-22 20:41:33 +0300
committerGitHub <noreply@github.com>2019-09-22 20:41:33 +0300
commite18babe5598d53a9e51ac9263d5b62ea2c3276e6 (patch)
tree1906220c0a66bd7a53f43825459c981ed3c09a89
parentUse geteuid and getpwuid to get username on Unix, fallback to environment var... (diff)
downloadsingleapplication-e18babe5598d53a9e51ac9263d5b62ea2c3276e6.tar.xz
Update CHANGELOG.md3.0.16
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e37ebc9..cd99af9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,18 @@
Changelog
=========
+__3.0.16__
+----------
+
+* Use geteuid and getpwuid to get username on Unix, fallback to environment variable.
+
+ _Jonas Kvinge_
+
__3.0.15__
----------
* Bug Fix: sendMessage() might return false even though data was actually written.
+
_Jonas Kvinge_
__3.0.14__