summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@chown.ath.cx>2014-02-18 21:58:30 +0100
committerGrigori Goronzy <greg@chown.ath.cx>2014-02-18 21:58:30 +0100
commit8ec90cd9f0d97088c471e57200d8f712019cc6da (patch)
treeebaeca792b0394cf41067d1ea4e198dd353586c4
parent6b7f181d02fbebab6205ec0df9fd64cef267425b (diff)
downloadlibass-8ec90cd9f0d97088c471e57200d8f712019cc6da.tar.bz2
libass-8ec90cd9f0d97088c471e57200d8f712019cc6da.tar.xz
Update changelog
-rw-r--r--Changelog20
1 files changed, 20 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 5119e45..96e831c 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,23 @@
+libass (0.11.0)
+ * Add bitmap run combining/compositing
+ * Add AVX/SSE2 implementations for \be and compositing
+ * Add ass_library_version() API funcion (GC #113)
+ * Add 'profile' program for benchmarks
+ * Improve gaussian blur
+ * Fix compilation with MSVC 2013
+ * Speed up HarfBuzz shaper
+ * Speed up cache
+ * Notable compatibility bugfixes
+ * Reset origin on \fay changes (GC #88)
+ * Tons of parser fixes
+ * Fix ascender/descender metrics (GH #8)
+ * Fix \pbo sign and scaling
+ * Don't reset wrap style on \r (GC #116, GH #45)
+ * Notable bugfixes:
+ * Correctly handle @font advance (GC #94)
+ * Disable ligatures for non-zero \fsp
+ * Make sure to release vector clip (GH #22)
+
libass (0.10.2)
* API additions and some ABI changes, bumped SONAME
* Expose header field for VSFilter color mangling (GC #87)