From 10029d898cff642de12b1f856ae38d345d6ae827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Lalinsk=C3=BD?= Date: Wed, 19 Feb 2020 05:44:02 +0100 Subject: [PATCH] Add changelog --- .github/workflows/build.yml | 20 -------------------- CHANGELOG.md | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 20 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 898db51..4232182 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -85,31 +85,11 @@ jobs: name: ffmpeg-linux-x86_64 path: artifacts/ - - uses: actions/download-artifact@v1 - with: - name: ffmpeg-linux-i686 - path: artifacts/ - - - uses: actions/download-artifact@v1 - with: - name: ffmpeg-linux-armv7-a - path: artifacts/ - - - uses: actions/download-artifact@v1 - with: - name: ffmpeg-linux-armv8-a - path: artifacts/ - - uses: actions/download-artifact@v1 with: name: ffmpeg-windows-x86_64 path: artifacts/ - - uses: actions/download-artifact@v1 - with: - name: ffmpeg-windows-i686 - path: artifacts/ - - uses: actions/download-artifact@v1 with: name: ffmpeg-macos-x86_64 diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3db5d33 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog +All notable changes to this project will be documented in this file. + +## [Unreleased] + +## [4.2.2-5] - 2020-02-19 +### Changed +- Linux and Windows builds now use the manylinux2010 Docker image defined by the Python community. + +### Removed +- Removed i686 and armhf builds. + +## [4.2.2-4] - 2020-02-12 +### Changed +- Enable PIC in static builds + +[Unreleased]: https://github.com/acoustid/ffmpeg-build/compare/v4.2.2-5...HEAD +[4.2.2-5]: https://github.com/acoustid/ffmpeg-build/compare/v4.2.2-4...v4.2.2-5 +[4.2.2-4]: https://github.com/acoustid/ffmpeg-build/compare/v4.2.2-3...v4.2.2-4