aboutsummaryrefslogtreecommitdiffstats
path: root/src/changes
diff options
context:
space:
mode:
Diffstat (limited to 'src/changes')
-rw-r--r--src/changes/changes.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c7a37e0..ca5133f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -9,6 +9,11 @@
Add ColumnFormatter utility which can apply Column "Format" property
for display of column values.
</action>
+ <action dev="jahlborn" type="update">
+ Add Database.newTableMetaDataIterable() which enables iterating
+ through table names without loading the entire collection into memory
+ at once.
+ </action>
</release>
<release version="3.0.0" date="2019-02-08" description="Update to Java 8">
<action dev="jahlborn" type="update">