diff --git a/NEWS.md b/NEWS.md index f9470a6d..fa8187af 100644 --- a/NEWS.md +++ b/NEWS.md @@ -11,6 +11,15 @@ --- ## (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 - remove use of imagemagick; saving gifs now requires ffmpeg diff --git a/src/Plots.jl b/src/Plots.jl index 51d70256..5d66ea2a 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -1,4 +1,4 @@ -__precompile__(true) +__precompile__(false) module Plots