diff options
Diffstat (limited to 'src/changes/changes.xml')
-rw-r--r-- | src/changes/changes.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 6c6b401..7e8f5ac 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -5,9 +5,6 @@ </properties> <body> <release version="1.2.7" date="2012-04-02"> - <action dev="jahlborn" type="update"> - Rename and refactor the Cursor find methods to improve usability. - </action> <action dev="jahlborn" type="update" issue="3479560"> Add initial support for linked tables. Linked tables will now be loaded by the normal Database.getTable method. Linked tables can be @@ -15,6 +12,9 @@ resolution can be customized per Database by supplying a custom LinkResolver. </action> + <action dev="jahlborn" type="update"> + Rename and refactor the Cursor find methods to improve usability. + </action> </release> <release version="1.2.6" date="2011-12-16"> <action dev="jahlborn" type="update" issue="3358272"> |