Bump version to v2.7.2
Change-Id: If1a4b2fe6c4e2bc9e7d6ffc98f598d654579cf1e
diff --git a/Changes b/Changes
index 86b44fb..45d24ca 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,11 @@
+2.7.2 2026-03-05
+ - Fix XML parser error caused by elements (e.g. <ref>) whose
+ attributes span multiple lines.
+ - Progress bar now writes directly to /dev/tty (CON on Windows)
+ instead of stderr, so it is not captured by log redirection.
+ Automatically disabled when no controlling terminal is available
+ (e.g. detached container or CI environment).
+
2.7.1 2026-03-05
- Fix parser error when closing body and text tags
appear on the same line.