# 对 changelog 使用 union 合并策略
# 多个并发 PR 向 [Unreleased] 末尾追加条目时，Git 直接取两边所有行而不产生冲突标记。
# 适用于 append-only 的 changelog 文件。
docs/CHANGELOG.md merge=union
