summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAaron Stone <sodabrew@users.sourceforge.net>2007-09-10 06:16:33 +0000
committerAaron Stone <sodabrew@users.sourceforge.net>2007-09-10 06:16:33 +0000
commit7e635c2a527e7e780e995fb67dee4fc5e19eca48 (patch)
treebb4a4502dd8ec262e70ce25cb1f2b829d4f142bf /NEWS
parentf1cce7961be770ac38c90bf4a519a2ad36c909a6 (diff)
Introduce %option extra-type="your_type *" (resolves bug #1744505).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9b07c58..712b28e 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,8 @@ See the file COPYING for copying conditions.
** introduce yylex_init_extra; see the manual for details
+** introduce %option extra-type="your_type *" (resolves bug #1744505)
+
** The flex program now parses multiple short concatenated options (resolves bug
#1619820). Thanks to Petr Machata of Red Hat on this issue.