protobuf-c/CHANGELOG.md

16 lines
1.3 KiB
Markdown
Raw Normal View History

2023-11-25 18:14:18 -05:00
# [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