summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index d5ea9a1..ca1ba53 100644
--- a/Changelog
+++ b/Changelog
@@ -2,9 +2,15 @@ libass (0.9.8)
* Support \q override tag
* Support wrap style 1 (i.e. wrap, but do not equalize line lengths)
* Support border style 3 (opaque box)
+ * Use the event bounding box (instead of vertical position and height) for
+ collision detection
* Embold glyphs if no bold variant is available, but was requested
* Modify \fax to be similar to VSFilter
* Trim spaces after line wrapping
+ * Fix border/shadow overlap combining in some cases
+ * Disable kerning by default. Use "Kerning=yes" style override or
+ "Kerning: yes" in [Script Info] to enable it
+ * Slight bitmap handling optimizations
* Various bugfixes
libass (0.9.7)