Skip to content

Commit

Permalink
Add notification about the removed methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Stenhouse committed Jul 20, 2016
1 parent feb3eed commit 37c2df5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -38,6 +38,12 @@ We build automatically using Travis CI. Our [.travis.yml][9] file targets the sa
Unlike previous versions of `prawn-graph`, this version does not at this time include a theme api or the
ability to change the colors used to render the graph.

### Removed deprecated methods

The `bar_chart`, `line_chart`, `bar_graph`, and `line_graph` methods have been removed. This means that this
version of prawn-graph is no-longer backwards compatible. If you _must_ use those old methods, then please
use version `0.9.10` and **upgrade your calls to prawn graph to use the new `graph` methods as soon as possible**.

## Installation

To use prawn-graph, you can add the following to your `Gemfile`:
Expand Down

0 comments on commit 37c2df5

Please sign in to comment.