24 lines
824 B
Markdown
24 lines
824 B
Markdown
# Changelog
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
|
## [Unreleased]
|
|
|
|
## [0.1.0] - 2019-09-30
|
|
### Changed
|
|
* formationTitle.sty, add new command for the array defining the steps
|
|
of the formation, `\steptable`.
|
|
* formationTitle.sty, add a new command `\dumblang` which allow to switch
|
|
between english(#1) and french(#2)
|
|
* plan.tex, now use `\steptable`
|
|
|
|
## [0.0.1] - 2019-09-30
|
|
### Added
|
|
* CHANGELOG file to follow the changes of this code
|
|
* README file to help use the code
|
|
* LICENSE file, WTFPL license v2.0
|
|
* formationTitle.sty, the package for the new maketitle commande
|
|
* plan.tex, the example file for the training plan
|
|
* logo.pdf, WTFPL logo
|
|
* .gitignore file, ignore the LaTeX compilation files
|