Skip to content

Commit

Permalink
Add changelog entry for #1547 (#1588)
Browse files Browse the repository at this point in the history
* Add changelog entry for #1547
  • Loading branch information
PythonCoderAS committed Nov 29, 2020
1 parent 43dd4a7 commit c7fc5da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Unreleased
**Changed**

* Drop support for Python 3.5, which is end-of-life on 2020-09-13.
* :class:`~.BoundedSet` will now utilize a Last-Recently-Used (LRU) storing mechanism,
which will change the order in which elements are removed from the set.

**Deprecated**

Expand Down

0 comments on commit c7fc5da

Please sign in to comment.