From 8c201f6e47a53feaab773922a743091eb6c8972a Mon Sep 17 00:00:00 2001 From: Robert Edmonds Date: Sat, 25 Nov 2023 18:14:18 -0500 Subject: [PATCH] CHANGELOG.md: 1.5.0 --- CHANGELOG.md | 15 +++++++++++++++ ChangeLog => ChangeLog.old | 0 2 files changed, 15 insertions(+) create mode 100644 CHANGELOG.md rename ChangeLog => ChangeLog.old (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1d117f3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# [1.5.0] - 2023-11-25 + +## What's Changed +* Makefile.am: change link order by @franksinankaya in https://github.com/protobuf-c/protobuf-c/pull/486 +* GitHub actions fail on Windows due to missing unzip command by @britzl in https://github.com/protobuf-c/protobuf-c/pull/525 +* Export and install CMake targets by @morrisonlevi in https://github.com/protobuf-c/protobuf-c/pull/472 +* Use CMAKE_CURRENT_BINARY_DIR instead of CMAKE_BINARY_DIR by @KivApple in https://github.com/protobuf-c/protobuf-c/pull/482 +* remove deprecated functionality by @aviborg in https://github.com/protobuf-c/protobuf-c/pull/542 +* Avoid "unused variable" compiler warning by @rgriege in https://github.com/protobuf-c/protobuf-c/pull/545 +* Update autotools by @AtariDreams in https://github.com/protobuf-c/protobuf-c/pull/550 +* Support for new Google protobuf 22.x, 23.x releases by @edmonds in https://github.com/protobuf-c/protobuf-c/pull/673 +* Miscellaneous fixes by @edmonds in https://github.com/protobuf-c/protobuf-c/pull/675 +* Remove protobuf 2.x support by @edmonds in https://github.com/protobuf-c/protobuf-c/pull/676 +* Silence some compiler diagnostics by @edmonds in https://github.com/protobuf-c/protobuf-c/pull/677 +* Fixing MSVC build for Msbuild and Makefile generators by @MiguelBarro in https://github.com/protobuf-c/protobuf-c/pull/685 diff --git a/ChangeLog b/ChangeLog.old similarity index 100% rename from ChangeLog rename to ChangeLog.old