aboutsummaryrefslogtreecommitdiffstats
path: root/src/changes/changes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/changes/changes.xml')
-rw-r--r--src/changes/changes.xml7
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>