From 8fdd29facd367dfdd4511ab328986b53939d9898 Mon Sep 17 00:00:00 2001 From: Paul Natsuo Kishimoto Date: Wed, 23 Oct 2024 11:16:26 +0200 Subject: [PATCH] Add #201 to doc/whatsnew --- doc/whatsnew.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/whatsnew.rst b/doc/whatsnew.rst index 10b99f76..d20e1576 100644 --- a/doc/whatsnew.rst +++ b/doc/whatsnew.rst @@ -6,6 +6,8 @@ What's new? Next release ============ +- :mod:`.reader.csv` supports reading :ref:`SDMX-CSV 2.0.0 ` (corresponding to SDMX 3.0.0) (:pull:`201`, :issue:`34`). + See the implementation notes for information about the differences between the SDMX-CSV 1.0 and 2.0.0 formats and their support in :mod:`sdmx`. - Bug fix for writing :class:`.VersionableArtefact` to SDMX-ML 2.1: :class:`KeyError` was raised if :attr:`.VersionableArtefact.version` was an instance of :class:`.Version` (:pull:`198`). v2.18.0 (2024-10-15)