Updated release notes

pull/66/head
Matti Pastell 2016-11-03 00:01:40 +02:00
parent 43e850f113
commit afb9fabef3
1 changed files with 8 additions and 1 deletions

View File

@ -1,9 +1,16 @@
# Release notes for Weave.jl
### v0.2.1
* Fix critical hanging on Windows using proper handling of redirect_stdout
* Add support for Plots.jl plotly and plotlyjs backends for including javascipt
output in published HTML documents.
* Fix semicolons for `term=true`
### v0.2
* Move 0.5 only
* Move to Julia 0.5 only
* New `display` and `prompt` chunk options by @gragusa
* Implemented fig_width and fig_height chunk option for Plots.jl
* Added pre and post chunk hooks, only used internally for now