New issue 196 by amastb...@gmail.com: update Database.changes docstring to
include "filter" option
http://code.google.com/p/couchdb-python/issues/detail?id=196
The docstring of Database's changes says "Takes since, feed, heartbeat and
timeout options."
The filter option also works and should be documented.
Filters was introduced in 0.10, while couchdb-python works well with 0.9+.
If such options have to be documented, so CouchDB version remark should be
added to make things clear.