Skip to content

Commit

Permalink
[ci skip] Update CHANGELOG.rst (#817)
Browse files Browse the repository at this point in the history
* [ci skip] Update CHANGELOG.rst

[ci skip] Fixed 3.7.4 release notes

* Update CHANGELOG.rst
  • Loading branch information
jeffdiclemente committed Mar 13, 2023
1 parent 241fb15 commit 9fb431d
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`_.
`(UNRELEASED) vX.X.X <https://github.com/cppmicroservices/cppmicroservices/tree/development>`_ (20XX-XX-XX)
---------------------------------------------------------------------------------------------------------

`Full Changelog <https://github.com/cppmicroservices/cppmicroservices/compare/0b4f93e6f23b1591ffffbe4ee234a428feff55fa...development>`_
`Full Changelog <https://github.com/cppmicroservices/cppmicroservices/compare/v3.7.4...development>`_

Added
-----
Expand All @@ -26,16 +26,22 @@ Deprecated
Fixed
-----

`(UNRELEASED) v3.7.4 <https://github.com/cppmicroservices/cppmicroservices/tree/0b4f93e6f23b1591ffffbe4ee234a428feff55fa>`_ (2022-11-02)
`v3.7.4 <https://github.com/cppmicroservices/cppmicroservices/tree/v3.7.4>`_ (2022-11-02)
---------------------------------------------------------------------------------------------------------

`Full Changelog <https://github.com/cppmicroservices/cppmicroservices/compare/13ca108641c1960539cdaed10bcc39ae9a46b7a6...0b4f93e6f23b1591ffffbe4ee234a428feff55fa>`_
`Full Changelog <https://github.com/cppmicroservices/cppmicroservices/compare/v3.7.2...v3.7.4>`_

Added
-----
- `Support arm64 on macOS <https://github.com/CppMicroServices/CppMicroServices/pull/778>`_

Changed
-------
- Code formatting, no functional changes:
- `updated formatting - clang-fromat ran on all files <https://github.com/CppMicroServices/CppMicroServices/pull/759>`_
- `Clang-format git hook pre-commit enforcement <https://github.com/CppMicroServices/CppMicroServices/pull/760>`_
- `clang-format ran on all files <https://github.com/CppMicroServices/CppMicroServices/pull/766>`_
- `[Core Framework] Upgrade jsoncpp <https://github.com/CppMicroServices/CppMicroServices/pull/773>`_

Removed
-------
Expand All @@ -47,6 +53,8 @@ Fixed
-----
- `[Configuration Admin] Fix deadlock in ConfigurationAdminImpl::RemoveConfigurations <https://github.com/CppMicroServices/CppMicroServices/pull/748>`_
- `[Configuration Admin] configurations using the same pid are not updated properly <https://github.com/CppMicroServices/CppMicroServices/pull/754>`_
- `[Declarative Services] Ensure ~SCRBundleExtension does not throw <https://github.com/CppMicroServices/CppMicroServices/pull/761>`_
- `Fix broken static build configurations on macOS <https://github.com/CppMicroServices/CppMicroServices/pull/774>`_


`(UNRELEASED) v3.7.3 <https://github.com/cppmicroservices/cppmicroservices/tree/13ca108641c1960539cdaed10bcc39ae9a46b7a6>`_ (2022-08-29)
Expand Down

0 comments on commit 9fb431d

Please sign in to comment.