You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ms...@apache.org on 2021/06/01 09:13:55 UTC

[airflow-client-python] branch master updated: Fix bullets in CHANGELOG

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

msumit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow-client-python.git


The following commit(s) were added to refs/heads/master by this push:
     new f3f7536  Fix bullets in CHANGELOG
f3f7536 is described below

commit f3f75368a28e3b8c348c503c3cb8dd9f67a0809b
Author: Sumit Maheshwari <ms...@users.noreply.github.com>
AuthorDate: Tue Jun 1 14:43:42 2021 +0530

    Fix bullets in CHANGELOG
---
 CHANGELOG.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index aab3aa5..7d8a6ce 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,15 +21,15 @@
 
 Apache Airflow API version: 2.1.x
 
-###Major changes:
+### Major changes:
 
  - Client code is generated using OpenApi's 5.1.1 generator CLI
 
-###Major fixes:
+### Major fixes:
 
  - Fixed the iteration issue on array items caused by unsupported class 'object' (issue #15)
 
-###New API supported:
+### New API supported:
 
  - Permissions
  - Plugins