diff --git a/docs/guides/upgrading/.pages b/docs/guides/upgrading/.pages index 62ad0a9..92beb22 100644 --- a/docs/guides/upgrading/.pages +++ b/docs/guides/upgrading/.pages @@ -1,6 +1,7 @@ title: Upgrade guides nav: - index.md + - v0.7.0-alpha.6.md - v0.7.0-alpha.5.md - v0.7.0-alpha.4.md - v0.7.0-alpha.3.md diff --git a/docs/guides/upgrading/v0.7.0-alpha.6.md b/docs/guides/upgrading/v0.7.0-alpha.6.md new file mode 100644 index 0000000..540bef9 --- /dev/null +++ b/docs/guides/upgrading/v0.7.0-alpha.6.md @@ -0,0 +1,4 @@ +# Upgrading to v0.7.0-alpha.6 + +* **Deprecated `dt.database.*` properties are no longer recognized**. Use `dt.datasource.*` equivalents instead. + Refer to the [data sources configuration reference](../../reference/configuration/datasources.md) for details.