summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/beamer/CHANGELOG.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/beamer/CHANGELOG.md
Initial commit
Diffstat (limited to 'macros/latex/contrib/beamer/CHANGELOG.md')
-rw-r--r--macros/latex/contrib/beamer/CHANGELOG.md79
1 files changed, 79 insertions, 0 deletions
diff --git a/macros/latex/contrib/beamer/CHANGELOG.md b/macros/latex/contrib/beamer/CHANGELOG.md
new file mode 100644
index 0000000000..d18dfe19aa
--- /dev/null
+++ b/macros/latex/contrib/beamer/CHANGELOG.md
@@ -0,0 +1,79 @@
+# 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.56]
+
+### Changed
+
+- Improved parser for overlays
+
+### Fixed
+
+- Add missing commands with overlay specification (see #525)
+- Replace fixed text width in `inmargin` theme (see #529)
+- Treatment of `+` and `.` overlay specifiations (see #538)
+
+## [v3.55]
+
+### Fixed
+
+- Inner behaviors for shaded ToC
+- Fix optional arguments of `\frame` in `beamerarticle` (see #509)
+- Compact glue settings for lists
+- Turn off font substitution for `unicode-math` package (see #508)
+
+## [v3.54]
+
+### Changed
+
+- Add the instructions of `proof begin` and `proof end` template
+- Patch for `paralist` package
+
+### Fixed
+
+- Wrong frame number by `noframenumbering` option (see #450)
+- Missing `nokeywords` option in the article mode
+- Vertical glues by `allowframebreak` option (see #325)
+- Typos and bad boxes in the documentation (see #491, #504 and #505)
+- Revert the addition of `\input` and `\include`
+
+## [v3.53]
+
+### Fixed
+
+- Behavior of `bg` key
+
+## [v3.52]
+
+### Fixed
+- Behaviour of `\inst` (see #489)
+- Incorrect shadows when using DVI routes (see #492)
+
+## [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.56...HEAD
+[v3.55]: https://github.com/josephwright/beamer/compare/v3.54...v3.55
+[v3.55]: https://github.com/josephwright/beamer/compare/v3.55...v3.56
+[v3.54]: https://github.com/josephwright/beamer/compare/v3.53...v3.54
+[v3.53]: https://github.com/josephwright/beamer/compare/v3.52...v3.53
+[v3.52]: https://github.com/josephwright/beamer/compare/v3.51...v3.52
+[v3.51]: https://github.com/josephwright/beamer/compare/v3.50...v3.51