From 0c592ed6b6154e1556a92573b8fe64a9dc6e9b1e Mon Sep 17 00:00:00 2001 From: Ralf Wisser Date: Fri, 26 Apr 2024 08:44:21 +0200 Subject: [PATCH] release notes update --- releasenotes.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/releasenotes.txt b/releasenotes.txt index 776c68dda..957577511 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -1,3 +1,8 @@ +16.1.2 + - Fix for Issue 113: "Liquibase exception: Invalid string encoding on column.remarks." + https://github.com/Wisser/Jailer/issues/113 + - The “Generate DDL” feature now also allows the optional generation of “Drop...” statements. + 16.1 - Thanks to the integration of the Liquibase tool, DDL scripts can now be generated to create database objects. This makes it possible to create subset databases from scratch using only on-board means.