summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPhilipp Gesang <phg42.2a@gmail.com>2013-08-07 03:46:47 -0700
committerPhilipp Gesang <phg42.2a@gmail.com>2013-08-07 03:46:47 -0700
commit276d4f282bc6b9899fb026a0b96c2eb1f9219e35 (patch)
tree36ca2231814c48e0f2b954ca12e7ce779a552aa6 /NEWS
parent86a83bbbd05bdbec3c4d08b16dee864ab05b5dd7 (diff)
parent749917ae9796808d937c38375ebdb3fbfb0fcc1c (diff)
downloadluaotfload-276d4f282bc6b9899fb026a0b96c2eb1f9219e35.tar.gz
Merge pull request #119 from phi-gamma/master
type1 support, improve design size handling, better ``--find``, various fixes
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 960a8d5..399ed97 100644
--- a/NEWS
+++ b/NEWS
@@ -2,11 +2,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
+ * 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)
+ * Test runner (script mktests)
+ * New luaotfload-tool option: ``--no-reload``
+ * ``luaotfload-tool --find`` now understands request syntax
2013/07/10, luaotfload v2.3a
* Detect LuaJIT interpreter (LuaJITTeX)