aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorItay Grudev <itay@grudev.com>2017-01-24 17:24:38 +0000
committerItay Grudev <itay@grudev.com>2017-01-24 17:25:00 +0000
commit6a4d89297b356c130d88a1718111f96e4b42705a (patch)
treebd31a4cc55a901b35c460e0f2463fe7c50788435 /CHANGELOG.md
parentRefactored slotConnectionEstablished() (diff)
downloadsingleapplication-6a4d89297b356c130d88a1718111f96e4b42705a.tar.xz
Removed Windows specific code for getting usernamev3.0.3a
On the absolute path to the home directory is now explicitly used.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0f417b0..e391ffd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,17 @@
Changelog
=========
+__3.0.3a__
+----------
+
+* Removed Microsoft Windows specific code for getting username due to
+ multiple problems and compiler differences on Windows platforms. On
+ Windows the shaered memory block in User mode now includes the user's
+ home path (which contains the user's username).
+
+* Explicitly getting absolute path of the user's home directory as on Unix
+ a relative path (`~`) may be returned.
+
__3.0.2a__
----------