summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/lipsum/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/lipsum/CHANGELOG.md')
-rw-r--r--macros/latex/contrib/lipsum/CHANGELOG.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/macros/latex/contrib/lipsum/CHANGELOG.md b/macros/latex/contrib/lipsum/CHANGELOG.md
index a9010903f4..379801f73f 100644
--- a/macros/latex/contrib/lipsum/CHANGELOG.md
+++ b/macros/latex/contrib/lipsum/CHANGELOG.md
@@ -3,7 +3,17 @@ All notable changes to the `lipsum` bundle since mid-2021 will be
documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
-this project uses date-based 'snapshot' version identifiers.
+and this project uses major+minor version identifiers.
+
+## [v2.5]
+
+### Fixed
+- Language 'latin' undefined error with LuaTeX (gh/6).
+
+### Changed
+- Require `babel` for language-specific hyphenation patterns (gh/6).
+- In case a language is unknown, just warn instead of an error (gh/8).
+- Use `\par` by default in `par-sep` rather than `par-end` (gh/7).
## [v2.4]