Merge pull request #1134 from mkborregaard/patch-release
ready for release
This commit is contained in:
commit
af23074820
5
NEWS.md
5
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
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
__precompile__(true)
|
||||
__precompile__(false)
|
||||
|
||||
module Plots
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user