From 100e32e361e7fd60f8d39e12e06c0a9e9440cb6d Mon Sep 17 00:00:00 2001 From: William Jamieson Date: Thu, 6 Jul 2023 19:02:39 -0400 Subject: [PATCH] Update changes --- CHANGES.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 496e4c717..d8461c5fd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,6 +7,10 @@ - Make ``maker_utils`` return the node when writing the node to a file. [#218] +- Remove the unused ``target`` keyword from ``rdm_open`` and fix the original issue that the + keyword was meant to address; namely, passing a datamodel instance to the constructor for + that datamodel instance should return the instance back with no modifications. [#235] + 0.16.1 (2023-06-27) ===================