summaryrefslogtreecommitdiffstats
path: root/src/changes
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2010-01-19 01:21:33 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2010-01-19 01:21:33 +0000
commit5cd96f02bf16e201510baada65a092b09d5ef7f3 (patch)
tree2383159130ab2c9b9e2f14d44f6406750f77e304 /src/changes
parentb30e682ffe9cd63e8140a47c463336d4c1b85065 (diff)
downloadjackcess-5cd96f02bf16e201510baada65a092b09d5ef7f3.tar.gz
jackcess-5cd96f02bf16e201510baada65a092b09d5ef7f3.zip
update changelog
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@428 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/changes')
-rw-r--r--src/changes/changes.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 59d4c35..326685f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -15,11 +15,14 @@
<action dev="jahlborn" type="update">
Refactor import/copy methods from Database into ImportUtil. Allow
reuse of existing tables. make behavior/naming of copy and import
- methods consistent. (ideas from use submitted patch).
+ methods consistent. (ideas from submitted patch).
</action>
<action dev="jahlborn" type="fix" issue="2919216">
Set overflow info in header row, not in last data row.
</action>
+ <action dev="jahlborn" type="fix" issue="2920092">
+ Add support for indexing strings containing any characters from BMP 0.
+ </action>
</release>
<release version="1.1.20" date="2009-11-18">
<action dev="jahlborn" type="fix" issue="2884599">