Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lalinsky committed Feb 19, 2020
1 parent 4ea6142 commit 10029d8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 10029d8

Please sign in to comment.