diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2019-02-11 22:26:03 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2019-02-11 22:26:03 +0000 |
commit | 831d8c0b1d0996ba63c9e2ef3b73d6a8982a3ad2 (patch) | |
tree | 863cb3ae6e4f864ba13f1bd7ab59fdc7302318c9 /src/changes | |
parent | 4d6305152e060fea9e3aab12ec55bc8941d4d23f (diff) | |
download | jackcess-831d8c0b1d0996ba63c9e2ef3b73d6a8982a3ad2.tar.gz jackcess-831d8c0b1d0996ba63c9e2ef3b73d6a8982a3ad2.zip |
Add ColumnFormatter utility which can apply Column Format property for display of column values
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1291 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/changes')
-rw-r--r-- | src/changes/changes.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 972ab9d..c7a37e0 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -4,6 +4,12 @@ <author email="javajedi@users.sf.net">Tim McCune</author> </properties> <body> + <release version="3.0.1" date="TBD"> + <action dev="jahlborn" type="update"> + Add ColumnFormatter utility which can apply Column "Format" property + for display of column values. + </action> + </release> <release version="3.0.0" date="2019-02-08" description="Update to Java 8"> <action dev="jahlborn" type="update"> Jackcess now requires a Java 8+ runtime. As part of this update, all |