ready for release

This commit is contained in:
Michael K. Borregaard 2017-10-05 12:22:12 +02:00
parent b37f2141a1
commit fdf2d5b20b
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
__precompile__(true) __precompile__(false)
module Plots module Plots