diff --git a/doc/html/changelog.html b/doc/html/changelog.html index 977000c9..29b7f935 100644 --- a/doc/html/changelog.html +++ b/doc/html/changelog.html @@ -109,6 +109,10 @@
  • Fixed a bug with --sector-align where appended samples were not always totally silent (SF #1237707).
  • Fixed bugs with --sector-align and raw input files.
  • Fixed a bug printing out unknown AIFF subchunk names (SF #1267476).
  • +
  • Fixed a bug where WAVE files with "data" subchunks of size 0 where accepted (SF #1293830).
  • +
  • Fixed a bug where sync error at end-of-stream of truncated files was not being caught (SF #1244071).
  • +
  • Fixed a problem with filename parsing if file does not have extension but also has a . in the path (SF #1161916).
  • +
  • Increase progress report rate when -p and -e are used together (SF #1580122).
  • @@ -132,6 +136,7 @@
  • Removed --export-vc-to; use --export-tags-to
  • +
  • Disallow multiple input FLAC files when --import-tags-from=- is used (SF #1082577).