Keeping track of changes

pull/22/head
Matti Pastell 2014-12-20 16:47:45 +02:00
parent 9b620e4a67
commit f333b53a73
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
# Release notes for Weave.jl
### Changes in master
* Default plotting library changed to Gadfly
* New option: `out_path` for controlling where weaved documents and figures are saved
* Command line script `bin/weave.jl` for calling weave from command line
### 0.0.3

View File

@ -11,7 +11,7 @@ ap = ArgParseSettings("Weave Julia documents using Weave.jl",
@add_arg_table ap begin
"source"
nargs = '+'
help = "source document"
help = "source document(s)"
required = true
"--doctype"
arg_type = String