From c37387360b80583c44c3e6b43b47b4564206a084 Mon Sep 17 00:00:00 2001 From: Andrew Cassidy Date: Tue, 27 Aug 2024 23:39:31 -0700 Subject: [PATCH] update docs --- docs/handbook/changelog_files.md | 43 ++------------------------------ 1 file changed, 2 insertions(+), 41 deletions(-) diff --git a/docs/handbook/changelog_files.md b/docs/handbook/changelog_files.md index 835c450..f7e0019 100644 --- a/docs/handbook/changelog_files.md +++ b/docs/handbook/changelog_files.md @@ -34,45 +34,6 @@ Tags are additional metadata added to a version header, denoted by all-caps text ## Example -```markdown -# Changelog - -All notable changes to this project will be documented in this file. - -## 0.13.0 "Aquarius" - 1970-04-11 [YANKED] - -Yanked due to issues with oxygen tanks, currently investigating - -### Added - -- Extra propellant in preparation for future versions - -### Changed - -- Replaced Ken Mattingly -- Stirred oxygen tanks - -## 0.12.0 "Intrepid" - 1969-11-14 - -### Added - -- New ALSEP package for surface science -- Color cameras -- Surface rendezvous with Surveyor 3 - -### Fixed - -- 1201/1202 alarm distracting crew during landing - -### Known Issues - -- Lightning strike during launch: No effect on performance - -## 0.11.0 "Eagle" - 1969-07-20 - -Initial stable release - -### Changed - -- Fully fueled lander to allow landing on the lunar surface +```{literalinclude} ../../tests/Test-Changelog.md + :language: markdown ``` \ No newline at end of file