From ff2facab13e3d956c693cbdb653065c479565709 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Wed, 12 Apr 2023 11:10:04 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bb6e885d..e0b4d4e9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,7 +4,13 @@ Changelog *unreleased* ~~~~~~~~~~~~ -No unreleased changes. +* Parse raw metadata (:issue:`671`) +* Import underlying parser functions as an underscored variable (:issue:`663`) +* Improve error for local version label with unsupported operators (:issue:`675`) +* Add dedicated error for specifiers with incorrect `.*` suffix +* Replace spaces in platform names with underscores (:issue:`620`) +* Relax typing of ``_key`` on ``_BaseVersion`` (:issue:`669`) +* Handle prefix match with zeros at end of prefix correctly (:issue:`674`) 23.0 - 2023-01-08 ~~~~~~~~~~~~~~~~~