Update news and bump docs version

pull/86/head
Matti Pastell 2017-03-14 18:15:49 +02:00
parent 5513656f35
commit c179d3082c
2 changed files with 14 additions and 1 deletions

13
NEWS.md
View File

@ -1,6 +1,19 @@
# Release notes for Weave.jl
### v0.4.1
* Disable precompilation due to warnings from depencies
* Fix deprecation warnings for Julia 0.6
* Fix PyPlot for Julia 0.6
* Support citations in `pandoc2html` and `pandoc2pdf` output
* Fix extra whitespace when `term=true`
### V0.4.0
* Support passing arguments to document using `args` option
* Add `include_weave` for including code from Weave documents
* Add support for inline code chunks
* Remove generated figure files when publishing to html and pdf
### v0.3.0
* Add support for YAML title block

View File

@ -29,7 +29,7 @@ google_analytics:
- 'auto'
extra:
version: 'v0.4.0'
version: 'v0.4.1'
author:
twitter: 'mpastell'