Skip to content

Commit 97b56f2

Browse files
committed
CHANGELOG: add fix for leaked file handles (#25)
1 parent b66a6f5 commit 97b56f2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ and this project adheres to
2525

2626
### Fixed
2727

28+
- Fix leaked file handles in tests using context managers ([b66a6f5], [#25])
2829
- Fix typo in test name: `test_l9events_form_ip4scout` ->
2930
`test_l9events_from_ip4scout` ([0d8736e], [#27])
3031

@@ -150,6 +151,7 @@ and this project adheres to
150151

151152
<!-- Commit links -->
152153

154+
[b66a6f5]: https://github.com/LeakIX/l9format-python/commit/b66a6f5
153155
[3547e22]: https://github.com/LeakIX/l9format-python/commit/3547e22
154156
[1ca6e4d]: https://github.com/LeakIX/l9format-python/commit/1ca6e4d
155157
[0d8736e]: https://github.com/LeakIX/l9format-python/commit/0d8736e
@@ -218,4 +220,5 @@ and this project adheres to
218220
[#22]: https://github.com/LeakIX/l9format-python/issues/22
219221
[#27]: https://github.com/LeakIX/l9format-python/issues/27
220222
[#33]: https://github.com/LeakIX/l9format-python/issues/33
223+
[#25]: https://github.com/LeakIX/l9format-python/issues/25
221224
[#35]: https://github.com/LeakIX/l9format-python/issues/35

0 commit comments

Comments
 (0)