diff --git a/RELEASE.md b/RELEASE.md index a25a74f..f735cf6 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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 diff --git a/bin/weave.jl b/bin/weave.jl index 6c28ca3..5a5cc06 100755 --- a/bin/weave.jl +++ b/bin/weave.jl @@ -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