release notes update

This commit is contained in:
Wisser
2018-08-28 13:14:17 +02:00
parent 7146e61013
commit e50d88ddfe
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
7.10.9
- Database analysis not only finds primary keys and foreign keys for tables,
but also for views and synonyms by analyzing the underlying tables.
7.10.8
- Data browser improvements
- New layout feature: "align table horizontally with predecessor"
@@ -25,7 +25,7 @@ public class JailerVersion {
/**
* The Jailer version.
*/
public static final String VERSION = "7.10.8";
public static final String VERSION = "7.10.9";
/**
* The Jailer working tables version.