From b5afb0e64ff6b9981a4c13a70c15bdae815755d7 Mon Sep 17 00:00:00 2001 From: James Campbell Date: Wed, 6 Nov 2019 16:23:47 -0500 Subject: [PATCH] Update changelog for release --- docs/changelog/changelog.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/changelog/changelog.rst b/docs/changelog/changelog.rst index e0411d81c11c..3a74c406ce0c 100644 --- a/docs/changelog/changelog.rst +++ b/docs/changelog/changelog.rst @@ -1,12 +1,14 @@ .. _changelog: -0.8.4__develop +0.8.4 ----------------- * Improved the tutorials that walk new users through the process of creating expectations and validating data * Changed the flow of the init command - now it creates the scaffolding of the project and adds a datasource. After that users can choose their path. * Added a component with links to useful tutorials to the index page of the Data Docs website * Improved the UX of adding a SQL datasource in the CLI - now the CLI asks for specific credentials for Postgres, MySQL, Redshift and Snowflake, allows continuing debugging in the config file and has better error messages +* Added batch_kwargs infomration to DataDocs validation results +* Fix an issue affecting file stores on Windows 0.8.3