From: James Ahlborn Date: Thu, 6 Dec 2007 19:46:29 +0000 (+0000) Subject: update changelog X-Git-Tag: rel_1_1_10~4 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=16b963d70c2f7de274db9003b20c828475eaaf74;p=jackcess.git update changelog git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@200 f203690c-595d-4dc9-a70b-905162fa7fd2 --- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e027364..32cf108 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -6,7 +6,12 @@ - + + Add index based table traversal support to Cursor with optional + sub-range narrowing. Add position save/restore, row find, and a + variety of other features. + + Move table iteration out of Table and into Cursor. First stage in offering more complicated table access.