Skip to content

Commit 226d857

Browse files
committed
changelog
1 parent bb8d29f commit 226d857

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88

99
### Added
1010

11+
- Typing information
1112
- Added ext attribute to info
1213

14+
### Fixed
15+
16+
- Fixed issue with implied directories in TarFS
17+
1318
## [2.0.20] - 2018-03-13
1419

1520
### Fixed

tests/test_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,6 @@ def test_copy(self):
134134
self.assertEqual(info.raw, info_copy.raw)
135135

136136
def test_get(self):
137-
info = Info({'baz':{}})
137+
info = Info({'baz': {}})
138138
self.assertIsNone(info.get('foo', 'bar'))
139139
self.assertIsNone(info.get('baz', 'bar'))

0 commit comments

Comments
 (0)