Skip to content

Commit 93d63f6

Browse files
committed
Update changelog for version 1.8.4
1 parent 011ca96 commit 93d63f6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
Changes
22
=======
33

4+
Version 1.8.4
5+
-------------
6+
7+
1. Include paths read from configuration files on windows are now normed
8+
and passed between quotation marks. This makes ```pygccxml``` more robust
9+
when used on Windows (with paths containing whitespaces).
10+
11+
2. Closed cache file handle, which would not be closed in case of an exception
12+
(warning thrown by Python 2.7.13)
13+
14+
3. Always call wait() on subprocesses before closing stdout/stderr streams.
15+
Detected by Python 3.6. Fixes the following warning:
16+
ResourceWarning: subprocess xxxxx is still running
17+
18+
2. Updated travis setup to python 3.6 for OS X.
19+
420
Version 1.8.3
521
-------------
622

0 commit comments

Comments
 (0)