Add CHANGELOG entry for d1107f4d1e

[ci skip]
This commit is contained in:
Ryuta Kamizono 2019-04-16 12:15:17 +09:00
parent 5302942702
commit 20b94af9eb
1 changed files with 7 additions and 1 deletions

View File

@ -1,9 +1,15 @@
* Fix dirty tracking for `touch` to track saved changes.
Fixes #33429.
*Ryuta Kamzono*
* `change_column_comment` and `change_table_comment` are invertible only if
`to` and `from` options are specified.
*Yoshiyuki Kinjo*
* Don't call commit/rollback callbacks despite a record isn't saved.
* Don't call commit/rollback callbacks when a record isn't saved.
Fixes #29747.