ready for release
This commit is contained in:
parent
b37f2141a1
commit
fdf2d5b20b
5
NEWS.md
5
NEWS.md
@ -11,6 +11,11 @@
|
|||||||
---
|
---
|
||||||
## (current master)
|
## (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
|
## 0.13.0
|
||||||
|
|
||||||
- support `plotattributes` rather than `d` in recipes
|
- support `plotattributes` rather than `d` in recipes
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
__precompile__(true)
|
__precompile__(false)
|
||||||
|
|
||||||
module Plots
|
module Plots
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user