From 29504816c5a8e05ebef1fd3e9e82828a42e6af1d Mon Sep 17 00:00:00 2001 From: Nathan Voxland Date: Wed, 8 Jan 2020 17:00:45 -0600 Subject: [PATCH] Added 3.8.5 release notes --- changelog.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/changelog.txt b/changelog.txt index 26b33e59d95..6dd2f746bc3 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,19 @@ Liquibase Core Changelog =========================================== +Changes in version 3.8.5 (2020.1.13) + +- Fixes issue in which Liquibase did not add `DESC` to an `id` column +- CLI once again accepts sqlFile, delimiter, rollbackScript, and outputSchemaAs arguments +- Fixes Stored Procedure whitespace impacting update calls +- Fixes generateChangelog failure when there are missing NOT NULL constraints. +- Fixes multi_schema_tokenizer_oracle: updateSQL, which was not including schemaName for package bodies. +- Fixes features/multi_schema_oracle.feature, which was not always capturing `create package body` while generating changeLog +- Liquibase CLI now gives a more useful error message when an invalid character is passed to a command. +- Fixes an MSSQL issue. which threw an exception when doing diff/diffChangeLog between offline connections (such as when snapshotting json files) +- Fixes am MSSQL issue, which incorrectly generated `datetime` data type column when using`diff` & `diffChangeLog` +- Liquibase Maven plugin fails while executing/using "diff" and "generateChangeLog" with PostgreSQL) + Changes in version 3.8.4 (2019.12.23) - Fixed a 'Class not Found' exception error when using Java +9.