diff --git a/README.md b/README.md index b0122c6..689fafd 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ Awesome Print is a Ruby library that pretty prints Ruby objects in full color exposing their internal structure with proper indentation. Rails ActiveRecord objects and usage within Rails templates are supported via included mixins. +__NOTE__: awesome_print v1.2.0 is the last release supporting Ruby versions +prior to v1.9.3 and Rails versions prior to v3.0. The upcoming awesome_print +v2.0 will *require* Ruby v1.9.3 or later and Rails v3.0 or later. + ### Installation ### # Installing as Ruby gem $ gem install awesome_print