This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/509-update-cxx-support-to-cxx14 in repository https://gitbox.apache.org/repos/asf/celix.git
commit 7204f73b9febf35481778e23ba401ee978d03262 Author: Pepijn Noltes <[email protected]> AuthorDate: Sun Oct 1 16:44:47 2023 +0200 #509: Update changes for changed supported C++ standard. --- CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 26e98b05..8d699e09 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -19,6 +19,13 @@ See the License for the specific language governing permissions and limitations under the License. --> +# Noteworthy Changes for 3.0.0 (TBD) + +## Backwards incompatible changes + +- C++11 support for dm is removed. C++14 is now the minimum required version. +- C++17 string_view support is removed from the utils and framework lib. + # Noteworthy Changes for 2.4.0 (2023-09-27) ## New Features
