summaryrefslogtreecommitdiff
path: root/Build/source/texk/gregorio/gregorio-src/CHANGELOG.md
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2019-12-19 03:28:00 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2019-12-19 03:28:00 +0000
commit71ad6e34fa27933974fb63f17b86011853b0373c (patch)
treeccc6e6b624b53619fac9200b0bbb3b6438433da6 /Build/source/texk/gregorio/gregorio-src/CHANGELOG.md
parent8d5b768ad222f0da858e40a8491b1334758631b8 (diff)
gregorio 5.2.1 (same as 5.2.0 except for vesrsion number)
git-svn-id: svn://tug.org/texlive/trunk@53185 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/gregorio/gregorio-src/CHANGELOG.md')
-rw-r--r--Build/source/texk/gregorio/gregorio-src/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/Build/source/texk/gregorio/gregorio-src/CHANGELOG.md b/Build/source/texk/gregorio/gregorio-src/CHANGELOG.md
index a349d63ef86..89d74a76d61 100644
--- a/Build/source/texk/gregorio/gregorio-src/CHANGELOG.md
+++ b/Build/source/texk/gregorio/gregorio-src/CHANGELOG.md
@@ -2,6 +2,12 @@
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/).
+## [5.2.1] - 2019-04-06
+### Fixed
+- Project names with quotes in them no longer cause GregorioTeX to not be able to find the executable. See [#1416](https://github.com/gregorio-project/gregorio/issues/1416).
+- Eliminated implicit casting from float to integer in string formatting (something no longer allowed in Lua 5.3)
+
+
## [5.2.0] - 2019-03-10
### Fixed
- `latin` is now supported as a valid language name. This brings Latin into line with other languages where both titlecased and lowercased version of the language name (e.g. `English` and `english`) are both allowed.