Skip to content

Commit

Permalink
Add CHANGELOG entries
Browse files Browse the repository at this point in the history
  • Loading branch information
youtux committed Apr 6, 2021
1 parent aa91e85 commit 3c605a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
- Avoid `ResourceWarning: unclosed file <...>` warning by keeping a strong reference to the lock files. Lock files were weakly referenced on purpose, so that they could stay alive until the interpreter decides to remove them.
- Drop support for python 2.7 and 3.5. Only python >= 3.6 is supported now.

## 0.2.0
- Removed logic that falls back to copying a file when `file_movable=True` but the file does not appear to be movable. Do not try to be smart.
Expand Down

0 comments on commit 3c605a1

Please sign in to comment.