aboutsummaryrefslogtreecommitdiffstats
path: root/src/changes/changes.xml
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2012-04-03 13:41:34 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2012-04-03 13:41:34 +0000
commit499897124cf42fcc879db23833f6067099ec9a94 (patch)
treeacbd6cc0b75d21b46af19ce8ba6365162477e76e /src/changes/changes.xml
parentaf2a153cf3e4fb13a1d4a1fee6b762dd77ea8667 (diff)
downloadjackcess-499897124cf42fcc879db23833f6067099ec9a94.tar.gz
jackcess-499897124cf42fcc879db23833f6067099ec9a94.zip
doc updates
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@623 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/changes/changes.xml')
-rw-r--r--src/changes/changes.xml6
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">