aboutsummaryrefslogtreecommitdiffstats
path: root/src/changes/changes.xml
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2014-09-13 20:02:57 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2014-09-13 20:02:57 +0000
commit2e8ed2591678a6bec8dd6152d521f9d121af000a (patch)
tree0cac37addbc62fe6e29614649f13e5f82ac4cdd3 /src/changes/changes.xml
parent84089cb1372dc7f12ddacdfd165b0c1e8633f8ed (diff)
downloadjackcess-2e8ed2591678a6bec8dd6152d521f9d121af000a.tar.gz
jackcess-2e8ed2591678a6bec8dd6152d521f9d121af000a.zip
Add the ability to create tables with calculated fields
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@873 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/changes/changes.xml')
-rw-r--r--src/changes/changes.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8ef8f7e..6b41e9c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -18,6 +18,9 @@
Add the ability to set properties in DatabaseBuilder, TableBuilder,
and ColumnBuilder.
</action>
+ <action dev="jahlborn" type="add">
+ Add the ability to create tables with calculated fields.
+ </action>
</release>
<release version="2.0.4" date="2014-04-05">
<action dev="jahlborn" type="add">