blob: a11ca10e43405daf6c39f9a2d89fcfe9cd00920e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
# Changelog
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/),
and this project uses major+minor version identifiers.
## [2.7]
### Changed
- Rework language loading mechanism (gh/10).
### Fixed
- Hyphenation pattern setting with `polyglossia` (gh/10).
## [v2.6]
### Changed
- Minor changes to `lipsum.ins` ([related issue][1]).
## [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]
### Fixed
- Removed spurious group around `\lipsum` to avoid problems with, for
example, `wrapfig` (gh/1).
### Added
- Czech dummy text provided by Ondřej Macek.
- `\setlipsum` macro to change options in the document.
- `hyphens` option to turn on/off hyphenation pattern selection.
### Removed
- `\setlipsumdefault` (superseded by `\SetLipsumDefault`).
- Some undocumented `expl3` interfaces (most of them kind of useless).
- Undocumented `\IfLipsumText` function.
### Changed
- Reorder text sources: sources are plain text and generated text files
are plain-friendly.
- Various internal changes for `expl3` code style compliance.
- Added own range parsing to avoid low-level errors on missing range
argument, e.g. `\lipsum[]` (gh/5).
- Empty (optional) range arguments are now equivalent to not using the
argument at all (that is, `\lipsum[]` is equivalent to `\lipsum`).
- Use Unicode characters in `lipsum-cicero.txt` instead of text
commands.
- Use hyphenation patterns according to the language of the dummy text.
## [v2.3]
### Fixed
- Internal change to avoid error with newer `xparse`.
[1]: https://github.com/latex3/latex2e/issues/636
|