summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2013-11-14 05:08:01 -0800
committerPhilipp Gesang <phg42.2a@gmail.com>2013-11-14 05:08:01 -0800
commit790b1a0def65cb6508f869ea08829b50544add99 (patch)
tree38311ec1b33483a1ca6b98b7b6a077664f276d79 /NEWS
parenta79b03d0331612c8914afb6284f34744a5a51941 (diff)
parent581b68bbbc02f8497df63dcf87f4b091f83890e1 (diff)
downloadluaotfload-790b1a0def65cb6508f869ea08829b50544add99.tar.gz
Merge pull request #150 from phi-gamma/master
tweak type1 classification; enable compression; sync
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index c72b943..3825605 100644
--- a/NEWS
+++ b/NEWS
@@ -9,8 +9,9 @@ Change History
* Test runner (script mktests)
* New luaotfload-tool option: ``--no-reload``
* ``luaotfload-tool --find`` now understands request syntax
- * option ``--compress`` filters text (Lua script) version of the font
- index through gzip
+ * text (Lua script) version of the font index is filtered through gzip by
+ default, the ``--no-compress`` option of luaotfload-tool will prevent
+ this
* rename ``luaotfload-merged.lua`` (the fontloader package from Context)
to ``luaotfload-fontloader.lua``