If builder.LogTo..() is called multiple times, the logs are combined instead of replacing the previous logger
Default Encoding is now UTF rather than Encoding.Default
AdHocSqlRunner changed to use Expression<Func<>> rather than Func<>
EmbeddedScriptAndCodeProvider (used by the extension method WithScriptsAndCodeEmbeddedInAssembly) now also applies the given filter to the code based scripts
IJournal now has a new method EnsureTableExistsAndIsLatestVersion(Func<IDbCommand> dbCommandFactory)
The protected void EnsureTableIsLatestVersion() method in TableJournal has changed to public virtual void EnsureTableExistsAndIsLatestVersion(Func<IDbCommand> dbCommandFactory)
6.0.0
LibLog has been replaced by the standard .NET ILogger abstraction
The Autodetect logger feature provided by LibLog is removed
MultipleUpgradeLog has been replaced with AggregateLog
IUpgradeLogger still exists but method names have changed from Write* to Log* to match Microsoft's ILogger interface