From a8003286b54c3c332103f5b747bbb8d68c5fa5be Mon Sep 17 00:00:00 2001 From: Sam Brightman Date: Tue, 12 Feb 2019 13:32:06 +0000 Subject: [PATCH] Add CHANGELOG entry for #4770 --- changelog/4770.bugfix.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/4770.bugfix.rst diff --git a/changelog/4770.bugfix.rst b/changelog/4770.bugfix.rst new file mode 100644 index 000000000..8fbb99e1b --- /dev/null +++ b/changelog/4770.bugfix.rst @@ -0,0 +1 @@ +``more_itertools`` is now constrained to <6.0.0 when required for Python 2.7 compatibility.