benoitc / couchbeam

Apache CouchDB client in Erlang
Other
242 stars 113 forks source link

Changes API is misspelled #30

Closed jhs closed 14 years ago

jhs commented 14 years ago

All of the methods for working with _changes are called suscribe instead of the word subscribe.

The most important ones are couchbeam_db:suscribe/2 and couchbeam_db:suscribe/3 since they are publicly-exported methods and maybe people are using those.

benoitc commented 14 years ago

fixed in last head, thanks