Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Apr 28, 2018
1 parent bb8d29f commit 226d857
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Added

- Typing information
- Added ext attribute to info

### Fixed

- Fixed issue with implied directories in TarFS

## [2.0.20] - 2018-03-13

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion tests/test_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,6 @@ def test_copy(self):
self.assertEqual(info.raw, info_copy.raw)

def test_get(self):
info = Info({'baz':{}})
info = Info({'baz': {}})
self.assertIsNone(info.get('foo', 'bar'))
self.assertIsNone(info.get('baz', 'bar'))

0 comments on commit 226d857

Please sign in to comment.