Added version 1.2.0.

This commit is contained in:
Achim D. Brucker 2022-04-24 21:05:37 +01:00
parent 95a66bddd7
commit 301b059b49
2 changed files with 8 additions and 2 deletions

View File

@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added ### Added
### Changed
## [1.2.0] - 2022-04-24
### Added
- The default copyright note can be overwritten by redefining the command `\copyrightnote`. - The default copyright note can be overwritten by redefining the command `\copyrightnote`.
### Changed ### Changed
@ -18,7 +24,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fixed ### Fixed
- Reduzed size of author statement in footnote [[#15](https://github.com/adbrucker/llncsconf/issues/15)] - Reduced size of author statement in footnote [[#15](https://github.com/adbrucker/llncsconf/issues/15)]
## [1.1.0] - 2020-05-10 ## [1.1.0] - 2020-05-10

View File

@ -11,7 +11,7 @@
%% SPDX-License-Identifier: LPPL-1.3c+ OR BSD-2-Clause %% SPDX-License-Identifier: LPPL-1.3c+ OR BSD-2-Clause
\NeedsTeXFormat{LaTeX2e}\relax \NeedsTeXFormat{LaTeX2e}\relax
\ProvidesPackage{llncsconf} \ProvidesPackage{llncsconf}
[2000/00/00 Unreleased v1.1.0+ % [2000/00/00 Unreleased v1.2.0+ %
Tweaks for the llncs class.] Tweaks for the llncs class.]
% %
\RequirePackage{ifthen} \RequirePackage{ifthen}