diff options
Diffstat (limited to 'src/changes/changes.xml')
-rw-r--r-- | src/changes/changes.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2191cd4..a172b92 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -4,6 +4,13 @@ <author email="javajedi@users.sf.net">Tim McCune</author> </properties> <body> + <release version="2.1.7" date="TBD"> + <action dev="jahlborn" type="update"> + Implement support for partial index lookups. Efficient IndexCursor + lookups can now be done with multi-column indexes using only some of + the columns in the index. + </action> + </release> <release version="2.1.6" date="2016-11-29"> <action dev="jahlborn" type="update" system="SourceForge2Features" issue="34"> |