From 6a4d89297b356c130d88a1718111f96e4b42705a Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Tue, 24 Jan 2017 17:24:38 +0000 Subject: Removed Windows specific code for getting username On the absolute path to the home directory is now explicitly used. --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'CHANGELOG.md') 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__ ---------- -- cgit v1.2.1