summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/beamer/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/beamer/CHANGELOG.md')
-rw-r--r--Master/texmf-dist/doc/latex/beamer/CHANGELOG.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/beamer/CHANGELOG.md b/Master/texmf-dist/doc/latex/beamer/CHANGELOG.md
new file mode 100644
index 00000000000..e004a7a055e
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/beamer/CHANGELOG.md
@@ -0,0 +1,26 @@
+# Changelog
+All notable changes to this project since v3.50 will be documented in this
+file.
+
+The format is based on [Keep a
+Changelog](https://keepachangelog.com/en/1.0.0/), version strings comprise
+a major and minor version only.
+
+## [Unreleased]
+
+## [v3.51]
+
+## Changed
+- Add `\include` and `\input` to commands respected in 'skipping' mode
+- Dynamically calculate note page size (see #487)
+
+### Fixed
+- Properly set space in rounded boxes
+- Enable transparency in shadows (see #466)
+- Restore `\secname` in `\sectionentry`
+- Apply color correctly to page number (see #468)
+- Support for `noxcolor` with `beamerarticle` (see #483)
+- Treatment of mixed overlay/alert specifications
+
+[Unreleased]: https://github.com/josephwright/beamer/compare/v3.51...HEAD
+[v3.51]: https://github.com/josephwright/beamer/compare/v3.50...v3.51