summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2017-08-02 12:29:19 -0400
committerDaniel Silverstone <dsilvers@digital-scurf.org>2017-08-02 12:29:19 -0400
commit470a5ee67fa4256b271b35189f9f3ff422c7dd55 (patch)
tree4368d3a9337df8702196e1f6778ea7bc48587bb6
parent57569d23ebb0ba8bf54a5e646b6757c1941cfce2 (diff)
downloadlace-470a5ee67fa4256b271b35189f9f3ff422c7dd55.tar.gz
Add NEWS file.HEADv1.4master
This should be updated whenever a new feature is added to Lace. It is not meant to be a full changelog, so only put headline items in this file please. The first time a change happens after a new version, please remember to add the new title.
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..a186bcf
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,18 @@
+News for Lace
+=============
+
+This document lists important things to know about changes to Lace between
+one release and the next. It is arranged in reverse-version-order, with the
+newest NEWS at the top.
+
+
+Changes since v1.3.1
+--------------------
+
+* Produce better error messages when includes are involved, essentially forming
+ a 'stack backtrace'
+* Verify that define names used in anyof/allof conditions all exist at ruleset
+ compilation time
+* Verify that define names used in allow/deny conditions all exist at ruleset
+ compilation time
+* Added a NEWS file