Hi, I am using the _changes API and noticed that it only seems to keep track of the latest revisions of a document. E.g. if I have change number 1, _id=1,_rev=1, then update document _id=1 to _rev=2, hitting the _changes URL only shows the _rev=2 and removes the first change id. Is there a way to see *all* changes ?
-- Erich Oliphant "There are, in fact, two things, science and opinion, the former begets knowledge, the latter ignorance" -- Hippocrates of Cos
