From 025f40bfd50abbb085662560649cfa5774b79806 Mon Sep 17 00:00:00 2001 From: Tatiana Al-Chueyr Date: Mon, 13 May 2024 08:27:41 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 96d9486d1..c042c8288 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -32,8 +32,8 @@ Bug fixes * Fix dbt docs operator to not use ``graph.gpickle`` file when ``--no-write-json`` is passed by @dwreeves in #883 * Make Pydantic a required dependency by @pankajkoti in #939 * Gracefully error if users try to ``emit_datasets`` with ``Airflow 2.9.0`` or ``2.9.1`` by @tatiana in #948 -* Fix running tests that don't have any dependencies by @jlneve in #933 - +* Fix parsing tests that have no parents in #933 by @jlaneve +* Correct ``root_path`` in partial parse cache by @pankajkoti in #950 Docs