Custom SQL (x{NN}) becomes The 'sql' tag allows you to specify whatever sql you want.

I happend to notice there is a change in data being inserted databasechangelog table.


Previously, in Liquibase 2.0.5, 

Usage of will generate “Custom SQL (x9)” in DESCRIPTION field,

2.0.5 in LIQUIBASE field


Present, in Liquibase 3.0.0-rc1

Usage of will generate “The ‘sql’ tag allows you to specify whatever …” in DESCRPTION field,

3.0.0-beta2-SNP in LIQUIBASE field


However, I’m not sure is this a bug or a feature.


Thanks

Ian Lim