From fae09d93e2d05f5b432c4de28aa5961c8c1f0d29 Mon Sep 17 00:00:00 2001 From: Ed Slavich Date: Wed, 2 Dec 2020 15:46:30 -0500 Subject: [PATCH] Add CHANGES.rst entry --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 28474887..91f97f12 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,3 +7,6 @@ - Fix validation behavior when an object with nested None values is assigned to a DataModel attribute. [#45] + +- Rename is_builtin_fits_keyword to make clear that it is + used outside of this package. [#47]