From 4a8be19918e81e8c9d1721bbc2ecfcdad22dc8ba Mon Sep 17 00:00:00 2001 From: Justin Date: Fri, 15 Nov 2024 16:17:50 -0700 Subject: [PATCH 1/3] changelog --- CHANGELOG.rst | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index efaedb4c..da0b7932 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,10 +8,14 @@ This project adheres to `Semantic Versioning `_. Unreleased ---------- -.. - * Any unreleased changes can be viewed in the latest version - documentation - `changelog `_. +* Any unreleased changes can be viewed in the latest version + documentation + `changelog `_. + +---- + +0.39.0 (2024-11-15) +---------- Removed ^^^^^^^ From 11e7cad87cb0a1ec146ce35b84f0c5baffd31dd2 Mon Sep 17 00:00:00 2001 From: Justin Date: Fri, 15 Nov 2024 16:18:18 -0700 Subject: [PATCH 2/3] heading --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index da0b7932..4e6acbf7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -15,7 +15,7 @@ Unreleased ---- 0.39.0 (2024-11-15) ----------- +------------------- Removed ^^^^^^^ From 3fcaef4d34716431e01e1dec7899e41c5746ed52 Mon Sep 17 00:00:00 2001 From: Justin Date: Fri, 15 Nov 2024 16:18:58 -0700 Subject: [PATCH 3/3] changelog typo --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4e6acbf7..222f7036 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -21,7 +21,7 @@ Removed ^^^^^^^ * Removed all support for base-2 formatting. - The ``sciform`` package will focus on base-2 scientific formatting, + The ``sciform`` package will focus on base-10 scientific formatting, more relevent for the physical sciences, unless there is demand for base-2 or base-``n`` formatting. We encourage users to consider the `prefixed `_