summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2013-08-01 07:42:31 -0700
committerPhilipp Gesang <phg42.2a@gmail.com>2013-08-01 07:42:31 -0700
commit86a83bbbd05bdbec3c4d08b16dee864ab05b5dd7 (patch)
treeb548800d77f100c19c4a26132d7a3f7f610b6add /NEWS
parentfc30e4ca60ec1ede81425056eae2143497a7833f (diff)
parent898fa8861c06b41acd946a1de35a13c64e26d22c (diff)
downloadluaotfload-86a83bbbd05bdbec3c4d08b16dee864ab05b5dd7.tar.gz
Merge pull request #117 from phi-gamma/master
include Type1 fonts in database (addresses issue #113)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0875cfa..960a8d5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,13 @@
Change History
--------------
+2013/XX/XX, luaotfload v2.4
+ * additional self-tests, now in separate file (luaotfload-diagnostics.lua)
+ * better path and directory handling, especially on Windows
+ * database now indexes Type1 fonts (PFA, PFB) and makes them accessible
+ with style modifiers (requires --format=+pfa,pfb option to luaotfload-tool)
+ * test runner (script mktests)
+
2013/07/10, luaotfload v2.3a
* Detect LuaJIT interpreter (LuaJITTeX)
* Self-test functionality for luaotfload-tool.lua (option ``--diagnose``)