From b53e538e029e2f52fbe4a364fbb25c322998bcde Mon Sep 17 00:00:00 2001 From: cheginit Date: Mon, 9 Jan 2023 10:34:26 -0600 Subject: [PATCH] DOC: Update the changelog [skip ci] --- HISTORY.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 4a7b6c0..9a53438 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,9 +2,15 @@ History ======= -0.13.10 (unreleased) +0.13.10 (2023-01-09) -------------------- +Breaking Changes +~~~~~~~~~~~~~~~~ +- The NID service has changed some of its endpoints to use Federal ID + instead of Dam ID. This change affect the ``NID.inventory_byid`` + function. This function now accepts Federal IDs instead of dam IDs. + New Features ~~~~~~~~~~~~ - Refactor the ``show_versions`` function to improve performance and