docs/Adapters.md in flipper-0.7.1 vs docs/Adapters.md in flipper-0.7.2

- old
+ new

@@ -6,10 +6,11 @@ * [PStore adapter](https://github.com/jnunemaker/flipper/blob/master/lib/flipper/adapters/pstore.rb) – great for when a local file is enough * [Mongo adapter](https://github.com/jnunemaker/flipper/blob/master/docs/mongo) * [Redis adapter](https://github.com/jnunemaker/flipper/blob/master/docs/redis) * [Cassanity adapter](https://github.com/jnunemaker/flipper-cassanity) * [Active Record 4 adapter](https://github.com/bgentry/flipper-activerecord) -* [Active Record 3 adapter](https://github.com/jproudman/flipper-activerecord) +* [Active Record 3 adapter](https://github.com/blueboxjesse/flipper-activerecord) +* [Consul adapter](https://github.com/gdavison/flipper-consul) The basic API for an adapter is this: * `features` - Get the set of known features. * `add(feature)` - Add a feature to the set of known features.