summaryrefslogtreecommitdiffstats
path: root/src/changes/changes.xml
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2012-09-24 01:42:23 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2012-09-24 01:42:23 +0000
commit74b23acf24e0b16f3d57654680930e55ddd697a0 (patch)
treeefb3e054cfb568e222aed59936730d2b07c48460 /src/changes/changes.xml
parentfe78870364c29c07a8f4269b9c38ccd244665ed0 (diff)
downloadjackcess-74b23acf24e0b16f3d57654680930e55ddd697a0.tar.gz
jackcess-74b23acf24e0b16f3d57654680930e55ddd697a0.zip
Added the MemFileChannel to enable working with dbs completely in memory
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@642 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/changes/changes.xml')
-rw-r--r--src/changes/changes.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index afd3161..acccf8b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -13,6 +13,10 @@
Added DatabaseBuilder in for more convenient and flexible Database
open/create.
</action>
+ <action dev="jahlborn" type="add">
+ Added the MemFileChannel (and associated support in DatabaseBuilder)
+ to enable working with Database files completely in memory.
+ </action>
</release>
<release version="1.2.8" date="2012-07-10">
<action dev="jahlborn" type="update" issue="3523179">