diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2007-12-06 19:46:29 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2007-12-06 19:46:29 +0000 |
commit | 16b963d70c2f7de274db9003b20c828475eaaf74 (patch) | |
tree | cd307c71d775b73e4c49648fe8553d228487819e | |
parent | c44e3f479969b5e324033573b5bed31d3644c4e8 (diff) | |
download | jackcess-16b963d70c2f7de274db9003b20c828475eaaf74.tar.gz jackcess-16b963d70c2f7de274db9003b20c828475eaaf74.zip |
update changelog
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@200 f203690c-595d-4dc9-a70b-905162fa7fd2
-rw-r--r-- | src/changes/changes.xml | 7 |
1 files changed, 6 insertions, 1 deletions
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 @@ </properties> <body> <release version="1.1.10" date="TBD"> - <action dev="jahlborn" type="update"> + <action dev="jahlborn" type="add"> + 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. + </action> + <action dev="jahlborn" type="add"> Move table iteration out of Table and into Cursor. First stage in offering more complicated table access. </action> |