Skip to content

Commit 67a57fa

Browse files
committed
Prepare next release
1 parent 3465cc1 commit 67a57fa

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

CHANGES.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,21 @@ The release versions are PyPi releases.
33

44
## Version 3.6 (as yet unreleased)
55

6-
#### New Features
6+
## [Version 3.5.8](https://pypi.python.org/pypi/pyfakefs/3.5.8)
7+
8+
Another bug-fix release that mainly fixes a regression wih Python 2 that has
9+
been introduced in version 3.5.3.
710

811
#### Fixes
9-
* fixed writing to file added with `add_real_file`
10-
(see [#470](../../issues/470))
1112
* regression: patching build-in `open` under Python 2 broke unit tests
1213
(see [#469](../../issues/469))
14+
* fixed writing to file added with `add_real_file`
15+
(see [#470](../../issues/470))
16+
* fixed argument name of `FakeIOModule.open` (see [#471](../../pull/471))
17+
18+
#### Infrastructure
19+
* more changes to run tests using `python setup.py test` under Python 2
20+
regardless of `pathlib2` presence
1321

1422
## [Version 3.5.7](https://pypi.python.org/pypi/pyfakefs/3.5.7)
1523

0 commit comments

Comments
 (0)