"src/libtorchaudio/sox/effects.cpp" did not exist on "be442561a538b1ecc73394eeba610c8a7e2b7f4a"
Commit e4639e13 authored by myhloli's avatar myhloli
Browse files

docs: update changelog for version 2.1.2 with bug fixes

parent 1c2b233f
...@@ -43,7 +43,10 @@ ...@@ -43,7 +43,10 @@
</div> </div>
# Changelog # Changelog
- 2025/07/22 2.1.2 Released
- Bug Fixes
- Fixed the issue of excessive memory consumption during the `MFR` step in the `pipeline` backend under certain scenarios #2771
- Fixed the inaccurate matching between `image`/`table` and `caption`/`footnote` under certain conditions #3129
- 2025/07/16 2.1.1 Released - 2025/07/16 2.1.1 Released
- Bug fixes - Bug fixes
- Fixed text block content loss issue that could occur in certain `pipeline` scenarios #3005 - Fixed text block content loss issue that could occur in certain `pipeline` scenarios #3005
......
...@@ -43,6 +43,10 @@ ...@@ -43,6 +43,10 @@
</div> </div>
# 更新记录 # 更新记录
- 2025/07/22 2.1.2发布
- bug修复
- 修复`pipeline`后端中`MFR`步骤在某些情况下显存消耗过大的问题 #2771
- 修复某些情况下`image`/`table``caption`/`footnote`匹配不准确的问题 #3129
- 2025/07/16 2.1.1发布 - 2025/07/16 2.1.1发布
- bug修复 - bug修复
- 修复`pipeline`在某些情况可能发生的文本块内容丢失问题 #3005 - 修复`pipeline`在某些情况可能发生的文本块内容丢失问题 #3005
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment