summaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorOleg Oshmyan <chortos@inbox.lv>2017-01-03 21:20:20 +0200
committerOleg Oshmyan <chortos@inbox.lv>2017-01-03 21:20:31 +0200
commit3b08a1dcb5be8ef42feafdfcbe6a8be97f9a4a9e (patch)
tree629366725c67597fade7eb4e2692f0f3ab2aac83 /Changelog
parent8b898d6b8525b7d99f6f800747648b4ee0afdcea (diff)
downloadlibass-3b08a1dcb5be8ef42feafdfcbe6a8be97f9a4a9e.tar.bz2
libass-3b08a1dcb5be8ef42feafdfcbe6a8be97f9a4a9e.tar.xz
Bump ABI version and release 0.13.60.13.6
sizeof(ASS_Style) is actually part of the ABI, so adding the Justify field in commit e54c123d5a08b6212533ddcced2cb1a50fa3d2b2 broke the ABI even though we tried to avoid it by placing the field at the end of the struct.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 8ac4cb2..55d415f 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,7 @@
+libass (0.13.6)
+ * Bump ABI version to account for the new Justify field in ASS_Style
+ that was added in 0.13.5.
+
libass (0.13.5)
* Add Justify style override that changes text justification
(left/right/center) without affecting event positioning.