Skip to content

Commit 1943702

Browse files
committed
updated changelog
1 parent 7292dbd commit 1943702

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
# guidata Releases #
22

33

4+
### Version 1.7.5 ###
5+
6+
Bug fixes:
7+
8+
* `FilesOpenItem.check_value` : if value is None, return False (avoids "None Type object is not iterable" error)
9+
10+
411
### Version 1.7.4 ###
512

613
Bug fixes:
714

8-
* Fixed compatibility issue with Python 3.5.1rc1 (Issue #32: RecursionError in userconfig.UserConfig.get)
9-
* HDF5Reader.read_object_list: fixed division by zero (when count was 1)
10-
* hdf5io: fixed Python3 compatibility issue with unicode_hdf type converter
15+
* Fixed compatibility issue with Python 3.5.1rc1 (Issue #32: RecursionError in `userconfig.UserConfig.get`)
16+
* `HDF5Reader.read_object_list`: fixed division by zero (when count was 1)
17+
* `hdf5io`: fixed Python3 compatibility issue with unicode_hdf type converter
1118

1219

1320
### Version 1.7.3 ###

0 commit comments

Comments
 (0)