summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Estes <westes575@gmail.com>2017-08-24 09:26:02 -0400
committerWill Estes <westes575@gmail.com>2017-08-24 09:26:02 -0400
commit931d29bdeacc66f561e44636f80f33782ca4bbb0 (patch)
treecc7492ee826b1057a49a2c8e4324baa7926fb4d1
parentb115f389b284a13b974bba05c25896feeec716ec (diff)
doc: NEWS updates
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1bac480..33b711c 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,9 @@ flex NEWS
** build
+*** Various edge cases, mostly involving out-of-tree builds have been
+ accounted for in the autotools build system.
+
*** A crash during building on NetBSD has been fixed.
** documentation
@@ -21,7 +24,8 @@ flex NEWS
*** New option: --backup-file allows setting the name of the file
written containing backing up information. Useful if you need
- backing up information multiple scanners in the same directory.
+ backing up information from multiple scanners in the same
+ directory.
*** flex emits correct line number directives when line numbers refer
to the file containing the line number directives.