summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-06-16 20:26:05 +0000
committerKarl Berry <karl@freefriends.org>2022-06-16 20:26:05 +0000
commita3b8e59816f3d95cf22196e6bf3309c6d699a871 (patch)
treec5394a9fa411b5f7ab3e0710c6dfa0e10a5d6990 /Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md
parent7a87410e74a9d342265d947c079f532ff0f087ad (diff)
latex3 (16jun22)
git-svn-id: svn://tug.org/texlive/trunk@63614 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md')
-rw-r--r--Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md b/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md
index af84da5d954..9595ed47f4d 100644
--- a/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md
+++ b/Master/texmf-dist/doc/latex/l3kernel/CHANGELOG.md
@@ -7,6 +7,12 @@ this project uses date-based 'snapshot' version identifiers.
## [Unreleased]
+## [2022-06-16]
+
+### Fixed
+- Made `\peek_analysis_map_inline:n` alignment-safe (gh/1090)
+- Setting a boolean to itself no longer errors (gh/1055)
+
## [2022-06-02]
### Changed
@@ -1119,7 +1125,8 @@ this project uses date-based 'snapshot' version identifiers.
- Step functions have been added for dim variables,
e.g. `\dim_step_inline:nnnn`
-[Unreleased]: https://github.com/latex3/latex3/compare/2022-06-02...HEAD
+[Unreleased]: https://github.com/latex3/latex3/compare/2022-06-16...HEAD
+[2022-06-16]: https://github.com/latex3/latex3/compare/2022-06-02...2022-06-16
[2022-06-02]: https://github.com/latex3/latex3/compare/2022-05-30...2022-06-02
[2022-05-30]: https://github.com/latex3/latex3/compare/2022-05-04...2022-05-30
[2022-05-04]: https://github.com/latex3/latex3/compare/2022-04-29...2022-05-04