From a45f5810ea556095c1c1ee235f54b585e9d7c359 Mon Sep 17 00:00:00 2001 From: andrey Date: Wed, 31 Jan 2001 22:56:48 +0000 Subject: [PATCH] *** empty log message *** --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index c8f0daba..4b128335 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ + - added optional 'options' attribute to html_options custom function + that allows passing associative arrays for values/output. (Andrei) - modifier arguments can now contain | and : characters inside quoted strings. (Andrei)