ChangeLog for package komaletter

changes in version 0.3.0 (2018-10-12)
 - added vignette describing parameterized letters for mass mailings
 -  reduced mandatory YAML metadata header items to 'output'
   - set empty opening in template.tex if no 'opening' provided in YAML metadata
   - addressfield surppressed in template.tex for letters w/o 'address'
   - changed letter head of the default letter style to allow letters w/o 'author'
 - added funny little badges to README.md
 - started to use continuous integration service Travis CI
 - fixed typo in README.md (Thanks @sdhutchins)

changes in version 0.2.0 (2018-04-13)
 - protect path to default lco in LaTeX file against breaking at whitespace on windows
 - renamed maintainers_delight.lco to avoid pandoc problems with underscores in paths
 - fixed letter layout table in intro vignette

changes in version 0.1.3 (2018-04-05)
 - removed dontshow-example because it takes more than 10s on windows

changes in version 0.1.2 (2018-04-05)
 - recreated help page from roxygen comments

changes in version 0.1.1 (2018-04-05)
 - added dontshow example which writes to tempdir
 - changed wording in DESCRIPTION

changes in version 0.1.0 (2018-04-03)
 - intial version based on linl version 0.0.2
 - changed template.tex to support KOMA-Script variables
 - introduced letter class option file maintaiers_delight.lco
 - adapted the skeleton.Rmd
 - switch off autolink_bare_uris in R/komaletter.R
 - feed lco_default to pandoc via command line arguments in R/komaletter.R
 - added three example-letter-vignettes
 - added intro vignette
 - adapted roxygen documentation
