Skip to content

Commit 6002987

Browse files
committed
add changes to CHANGELOG
1 parent 3c09c4c commit 6002987

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@
88

99
### Changed
1010

11+
- Bumped minimum `PyCifRW` version to `4.4.3`.
12+
1113
### Deprecated
1214

1315
### Removed
1416

1517
### Fixed
1618

19+
- Handling of paths on Windows when using the `P_cif` parser.
1720

1821
## Version 3.0.1 – 2019-06-27
1922

src/diffpy/structure/tests/testloadstructure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def test_cif(self):
4040
self.assertTrue(isinstance(stru, Structure))
4141
self.assertFalse(isinstance(stru, PDFFitStructure))
4242
return
43-
43+
4444

4545
def test_badfile(self):
4646
"""check loading of CIF file format

0 commit comments

Comments
 (0)