From c7fc5dad24ecfb383b3bf08d1abcfb764b9bd3f5 Mon Sep 17 00:00:00 2001 From: PythonCoderAS <13932583+PythonCoderAS@users.noreply.github.com> Date: Sat, 28 Nov 2020 22:26:05 -0500 Subject: [PATCH] Add changelog entry for #1547 (#1588) * Add changelog entry for #1547 --- CHANGES.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 3b9b19e16..9edec1d91 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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**