From f333b53a730097c69ca6a8a7930250d5843a23ca Mon Sep 17 00:00:00 2001 From: Matti Pastell Date: Sat, 20 Dec 2014 16:47:45 +0200 Subject: [PATCH] Keeping track of changes --- RELEASE.md | 5 +++++ bin/weave.jl | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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