README.md in pgrel-0.1.2 vs README.md in pgrel-0.1.3
- old
+ new
@@ -2,10 +2,10 @@
## Pgrel
ActiveRecord extension for querying hstore, array and jsonb.
-Compatible with **Rails** >= 4.0 (and even with upcoming **Rails 5**!).
+Compatible with **Rails** >= 4.2.
### General
The functionality is based on ActiveRecord `WhereChain`.
To start querying call `where(:store_name)` and chain it with store-specific call (see below).