From 7560339bf7606a8800aeac65e607e4ab4467592a Mon Sep 17 00:00:00 2001 From: "Fr. Samuel Springuel" Date: Sat, 13 Mar 2021 11:11:43 -0500 Subject: [PATCH] Finalize CHANGELOG.md for release --- CHANGELOG.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be6f7595..f9166cc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,23 +2,7 @@ All notable changes to this project will be documented in this file. As of v3.0.0 this project adheres to [Semantic Versioning](http://semver.org/). It follows [some conventions](http://keepachangelog.com/). -## [Unreleased][develop] - - -## [Unreleased][CTAN] - - ## [6.0.0] - 2021-03-13 - - - - -## [6.0.0-beta2] - 2021-03-04 - - - - -## [6.0.0-beta1] - 2021-02-23 ### Fixed - Fixed some problem in 900_gregorio.xml (Scribus render frame tool). First, the use of `filecontents` rather than `filecontents*` was leading to a comment header that made it impossible for Gregorio to find the gabc headers in the temporary score file. Further, some of the indenting (which makes the file more human readable) was leading to errors in the formatting of the created files because they are processed in a way which handles whitespace differently from XML. See [#1457](https://github.com/gregorio-project/gregorio/issues/1457). - `spacelinestext` is now based on the lyric font size instead of being a fixed distance. As a result, large lyrics should no longer overlap with low notes. See [#1261](https://github.com/gregorio-project/gregorio/issues/1261).