goransh-buh opened a new issue, #69298: URL: https://github.com/apache/airflow/issues/69298
## Feature Request ### Summary A `CHANGELOG.md` file would help users understand what changed between versions and make upgrade decisions easier. ### Motivation When upgrading dependencies, developers need to know: - What bugs were fixed - What new features were added - Whether there are any breaking changes ### Suggested Format Follow the [Keep a Changelog](https://keepachangelog.com) convention: ```markdown # Changelog ## [Unreleased] ## [1.2.0] - 2024-01-15 ### Added - New feature X ### Fixed - Bug with Y under Z conditions ### Changed - Behaviour of Z is now more consistent ``` ### Additional Context This is purely a documentation change with no code impact. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
