From 3a349624a20d3432dc75e337d6ffb1109a50e451 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=B8=85=E5=B1=B1?= <759803573@users.noreply.github.com> Date: Wed, 26 Aug 2020 15:50:19 +0800 Subject: [PATCH] Update CHANGELOG complete class name (#10573) --- CHANGELOG.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f83a41b4ea4e2..536b10bdf904f 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -5,7 +5,7 @@ New Features """""""""""" - Add DateTimeSensor (#9697) -- Add ClusterPolicyViolation support to airflow local settings (#10282) +- Add AirflowClusterPolicyViolation support to airflow local settings (#10282) - Get Airflow configs with sensitive data from Secret Backends (#9645) - [AIRFLOW-4734] Upsert functionality for PostgresHook.insert_rows() (#8625) - Allow defining custom XCom class (#8560)