diff --git a/NEWS.md b/NEWS.md index 491b699f..6f68c1f5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -11,6 +11,11 @@ --- ## (current master) +## 0.13.1 + +- fix a bug when passing a vector of functions with no bounds (e.g. `plot([sin, cos])`) +- export pct and px from Plots.PlotMeasures + ## 0.13.0 - support `plotattributes` rather than `d` in recipes diff --git a/src/Plots.jl b/src/Plots.jl index e2ffa95c..33703c9f 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -1,4 +1,4 @@ -__precompile__(true) +__precompile__(false) module Plots