Merge pull request #1134 from mkborregaard/patch-release

ready for release
This commit is contained in:
Michael Krabbe Borregaard 2017-10-05 12:22:52 +02:00 committed by GitHub
commit af23074820
2 changed files with 6 additions and 1 deletions

View File

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

View File

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