aboutsummaryrefslogtreecommitdiffstats
path: root/src/changes/changes.xml
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2014-06-11 22:23:04 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2014-06-11 22:23:04 +0000
commit70497648605fd00bed3a62a41605a9aeb410662d (patch)
treecb0c0c40706eec5ed4155a2e32d09a375722ccfe /src/changes/changes.xml
parent9fb7e5415328d6a8468bcbadad804824f6a50957 (diff)
downloadjackcess-70497648605fd00bed3a62a41605a9aeb410662d.tar.gz
jackcess-70497648605fd00bed3a62a41605a9aeb410662d.zip
Add Cursor.findRow(RowId) for moving to a specific Table row using only the RowId
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@864 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/changes/changes.xml')
-rw-r--r--src/changes/changes.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 644f4c3..59af706 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -4,6 +4,12 @@
<author email="javajedi@users.sf.net">Tim McCune</author>
</properties>
<body>
+ <release version="2.0.5" date="TBD">
+ <action dev="jahlborn" type="add">
+ Add Cursor.findRow(RowId) for moving to a specific Table row using
+ only the RowId.
+ </action>
+ </release>
<release version="2.0.4" date="2014-04-05">
<action dev="jahlborn" type="add">
Add ColumnValidator interface which allows column values to be easily