First usable version of the code

This commit is contained in:
Gregory Trolliet 2019-09-30 21:22:17 +02:00
parent ec6815b2d8
commit 946b53ac23
3 changed files with 76 additions and 9 deletions

View file

@ -5,6 +5,14 @@ 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