CHANGELOG.md: 1.5.0

This commit is contained in:
Robert Edmonds 2023-11-25 18:14:18 -05:00
parent 6600fd55b9
commit 8c201f6e47
2 changed files with 15 additions and 0 deletions

15
CHANGELOG.md Normal file
View File

@ -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