From 710e4fedaa230fee88b380a5947930c21f552cfb Mon Sep 17 00:00:00 2001 From: "Simeon H.K. Fitch" Date: Sun, 4 Oct 2015 16:03:43 -0400 Subject: [PATCH] Added draft release notes --- notes/0.8.2.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 notes/0.8.2.md diff --git a/notes/0.8.2.md b/notes/0.8.2.md new file mode 100644 index 0000000..8604bc5 --- /dev/null +++ b/notes/0.8.2.md @@ -0,0 +1,11 @@ +# Release 0.8.2 + +## Enhancements + +* Finished partially implemented "preprocessing" site generation mode whereby files in `src/site-preprocess` with `@` delimited variables (e.g. `@VERSION@`) are expanded based on values in setting `preprocessVars[Map[String, String]]`. + +## Project Management + +* Updated SBT, Scala, and plugin versions +* Added [Travis-CI build](https://travis-ci.org/sbt/sbt-site) support. +* Added [Gitter](https://gitter.im/sbt/sbt-site) link.