diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2013-06-02 02:23:36 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2013-06-02 02:23:36 +0000 |
commit | 52df2373c7bb61b784b3d983c6ee42ae4b1cb030 (patch) | |
tree | 12f0679c793fe97f8ca9e44e9c21fa10db205890 /src/changes | |
parent | 99f648a340dd45967550a511f8a27a16c2c5b5f3 (diff) | |
download | jackcess-52df2373c7bb61b784b3d983c6ee42ae4b1cb030.tar.gz jackcess-52df2373c7bb61b784b3d983c6ee42ae4b1cb030.zip |
add methods to get the actual attachment content
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@733 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/changes')
-rw-r--r-- | src/changes/changes.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c5b9575..d26c22d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -12,6 +12,10 @@ <action dev="jahlborn" type="update"> Add more methods to Database for retrieving Relationships. </action> + <action dev="jahlborn" type="update"> + Add methods to get the actual attachment content, thanks to Lorenzo + Carrara. + </action> </release> <release version="1.2.12" date="2013-05-09"> <action dev="jahlborn" type="fix" system="SourceForge2" issue="94"> |