From d00f62f44ef01ba9a9caaa2b17b1f34e0d36fee1 Mon Sep 17 00:00:00 2001 From: Dave Davis Date: Wed, 6 Apr 2022 16:06:36 -0400 Subject: [PATCH] Updates for CHANGES.rst for release 0.11.0 --- CHANGES.rst | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 1f4d5d62..bff9bb75 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,19 @@ -0.10.0 (unreleased) +0.11.0 (2022-04-06) +=================== + +- Initial Guide Window Schema [#120] + +- Enumerate aperture_name in the aperture schema [#129] + +- Remove exptype and p_keywords from Distortion Model [#127] + +- Added photom keyword attribute to cal_step schema. [#132] + +- Added ma_table_number to observation and dark schemas. [#134] + +- Create distortion schema [#122] + +0.10.0 (2022-02-22) =================== - Moved detector list to new file for importing to both data and reference schemas. [#119] @@ -9,10 +24,6 @@ - Removed exptype and p_keywords from Distortion schema. [#128] -- Added photom keyword attribute to cal_step schema. [#132] - -- Added ma_table_number to observation and dark schemas. [#134] - 0.9.0 (2022-02-15) ==================