Skip to content

Commit 4b3a3a7

Browse files
committed
Added breaking-changes.md to the pages list. Fixes DbUp#331
1 parent ec5be1f commit 4b3a3a7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/breaking-changes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 4.0.0
22
- If `builder.LogTo..()` is called multiple times, the logs are combined instead of replacing the previous logger
33
- Default Encoding is now UTF rather than Encoding.Default
4-
- AdHocSqlRunner changed to use Expression<Func<>> rather than Func<>
4+
- AdHocSqlRunner changed to use `Expression<Func<>>` rather than `Func<>`
55
- EmbeddedScriptAndCodeProvider (used by the extension method WithScriptsAndCodeEmbeddedInAssembly) now also applies the given filter to the code based scripts
66
- `IJournal` now has a new method `EnsureTableExistsAndIsLatestVersion(Func<IDbCommand> dbCommandFactory)`
77
- The `protected void EnsureTableIsLatestVersion()` method in `TableJournal` has changed to `public virtual void EnsureTableExistsAndIsLatestVersion(Func<IDbCommand> dbCommandFactory)`

mkdocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ repo_url: https://github.com/DbUp/DbUp
44

55
pages:
66
- Home: index.md
7+
- Breaking Changes: breaking-changes.md
78
- History: history.md
89
- Philosophy Behind DbUp: philosophy-behind-dbup.md
910
- Usage: usage.md

0 commit comments

Comments
 (0)