This is an automated email from the ASF dual-hosted git repository.

jedcunningham pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new a9e790cf61 Fix changelog spelling (#22926)
a9e790cf61 is described below

commit a9e790cf613a90ed8fa22b7cb38afaff8cdcc5a5
Author: Jed Cunningham <66968678+jedcunning...@users.noreply.github.com>
AuthorDate: Mon Apr 11 17:26:42 2022 -0600

    Fix changelog spelling (#22926)
---
 CHANGELOG.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 289964bd04..5289344fad 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -9,7 +9,7 @@ Bug Fixes
 - Fix incorrect data provided to tries & landing times charts (#21928)
 - Fix assignment of unassigned triggers (#21770)
 - Fix triggerer ``--capacity`` parameter (#21753)
-- Fix graph autorefresh on page load (#21736)
+- Fix graph auto-refresh on page load (#21736)
 - Fix filesystem sensor for directories (#21729)
 - Fix stray ``order_by(TaskInstance.execution_date)`` (#21705)
 - Correctly handle multiple '=' in LocalFileSystem secrets. (#21694)
@@ -24,7 +24,7 @@ Bug Fixes
 - Reduce DB load incurred by Stale DAG deactivation (#21399)
 - Fix race condition between triggerer and scheduler (#21316)
 - Fix trigger dag redirect from task instance log view (#21239)
-- Log traceback in trigger excs (#21213)
+- Log traceback in trigger exceptions (#21213)
 - A trigger might use a connection; make sure we mask passwords (#21207)
 - Update ``ExternalTaskSensorLink`` to handle templated ``external_dag_id`` 
(#21192)
 - Ensure ``clear_task_instances`` sets valid run state (#21116)

Reply via email to