cowplot 0.6.0
----------------------------------------------------------------
Major changes:
- Now requires ggplot2 version 2.0.0 or higher. Use cowplot 0.5.0 with older versions of ggplot2.
- Because of the dependency on ggplot2 2.0.0, the default design is changed. No more bold face for axis labels
- Add auto-generation of labels in plot_grid()
- Add vignettes describing plot annotations and shared legends among plots

cowplot 0.5.0
----------------------------------------------------------------
Major changes:
- Fix label positioning in plot_grid() so it is not affected by the scale parameter
- Add draw_label() function which can draw both text and plotmath expressions
- Add parameters hjust and vjust to plot_grid() to allow fine-tuning of label position
- Add annotations underneath plot, via add_sub() function

Other changes:
- Improve vignettes

cowplot 0.4.0
----------------------------------------------------------------
Major changes:
- Added a function switch_axis_position() which can move/copy the x and/or y axis of a
  plot to the other side
- plot_grid() can now align graphs
- plot_grid() can now make grids with varying column widths and row heights

Other changes:
- Various improvements in the documentation
- Code has been separated into multiple files for easier maintenance

cowplot 0.3.1
----------------------------------------------------------------
Fix Vignette title

cowplot 0.3.0
----------------------------------------------------------------
First complete implementation ready for initial release
