Merge pull request #1309 from daschw/release

prepare release
This commit is contained in:
Daniel Schwabeneder 2017-12-14 11:25:30 +01:00 committed by GitHub
commit 2fb7dddffb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View File

@ -11,6 +11,15 @@
--- ---
## (current master) ## (current master)
## 0.14.1
- Add linestyle argument to the legend
- Plotly: bar_width and stroke_width support for bar plots
- abline! does not change axis limits
- Fix default log scale ticks in GR backend
- Use the :fontsize keys so the scalefontsizes command works
- Prepare support for new PlotTheme type in PlotThemes
## 0.14.0 ## 0.14.0
- remove use of imagemagick; saving gifs now requires ffmpeg - remove use of imagemagick; saving gifs now requires ffmpeg

View File

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