From 76aa49dda8c0d7f5774a56aaec9bcdff0040b97b Mon Sep 17 00:00:00 2001 From: Hari K T Date: Wed, 13 Sep 2023 12:52:49 +0530 Subject: [PATCH] Add changelog --- CHANGELOG.md | 8 ++++++++ codecov.yml | 1 + 2 files changed, 9 insertions(+) create mode 100644 CHANGELOG.md create mode 100644 codecov.yml diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ccb97ba --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# 2.0.0 + +* No BC break, if you are using as a component. +* Removed `aura/installer-default` from `composer.json` used by Aura.Framework. +* Removed Aura.Di configuration files used by Aura.Framework. +* Updated directory structure to PSR-4. +* Works with PHP version 5.4 - 8.2. +* Moved Continuous Integration from Travis to GitHub Actions. \ No newline at end of file diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..69cb760 --- /dev/null +++ b/codecov.yml @@ -0,0 +1 @@ +comment: false