Skip to content

Commit

Permalink
updated release notes for 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nvoxland committed Jan 16, 2014
1 parent 9340fe4 commit edf3de1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Liquibase Core Changelog
===========================================

Changes in version 3.1.1 (2014.01.16)
Bug Fix release. Most critical bug is CORE-1704

- [CORE-1704] - Checksum errors for changeSets with createProcedure in 3.1.0 vs 3.0.x
- [CORE-1707] - TableRowCountGenerator shouldn't pass tableName as catalogName
- [CORE-1710] - Oracle: NUMBER data type size specification is deployed with a precision specifier even though precision isn't specified in the change log
- [CORE-1711] - rowCount doesn't work if only the tableName is given
- [CORE-1713] - liquibase.precondition.core.ForeignKeyExistsPrecondition exception
- [CORE-1715] - Errors if there are single quotes in comments
- [CORE-1709] - generateChangeLog returns tables created by Materialized Views as standard tables

Changes in version 3.1.0 (2014.01.09)
- Major Changes:
Offline Datatabase Support
Expand Down

0 comments on commit edf3de1

Please sign in to comment.