Skip to content

Commit 2bc3708

Browse files
committed
Repository data for FFmpeg 7.0.1.
The changelog entries in 7.0.1 are not prefixed with `-`, so we need an extra regex to detect them.
1 parent bd46032 commit 2bc3708

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/ffdocs/data/ffmpeg.tar.zst

3.32 KB
Binary file not shown.

lib/ffdocs/source_docs/changelog.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def latest
3535
case lines.next.chomp
3636
when /\A\s*\Z/
3737
break if items.size > 0
38-
when /\A-(.*)/m
38+
when /\A-(.*)/m, /\A^ (\S.*)/m
3939
items << $1.strip
4040
when /\A\s+(\S.*)/m
4141
items.last << " " << $1.strip

0 commit comments

Comments
 (0)