From ac7cc916268266807d43e9d7f0bcb1ae4277010c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionel=20Cristian=20M=C4=83rie=C8=99?= Date: Tue, 1 Jun 2021 13:00:56 +0300 Subject: [PATCH] Update changelog. --- AUTHORS.rst | 2 ++ CHANGELOG.rst | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/AUTHORS.rst b/AUTHORS.rst index d3d01d11..14cb7781 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -46,3 +46,5 @@ Authors * Pamela McA'Nulty - https://github.com/PamelaM * Christian Riedel - https://github.com/Cielquan * Chris Sreesangkom - https://github.com/csreesan +* Sorin Sbarnea - https://github.com/ssbarnea +* Brian Rutledge - https://github.com/bhrutledge diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 23e9a3b9..ef5ad741 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,14 @@ Changelog ========= +2.12.1 (2021-06-01) +------------------- + +* Changed the `toml` requirement to be always be directly required (instead of being required through a coverage extra). + This fixes issues with pip-compile (`pip-tools#1300 `_). + Contributed by Sorin Sbarnea in `#472 `_. +* Documented ``show_contexts``. + Contributed by Brian Rutledge in `#473 `_. 2.12.0 (2021-05-14) -------------------