From 470a5ee67fa4256b271b35189f9f3ff422c7dd55 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Wed, 2 Aug 2017 12:29:19 -0400 Subject: Add NEWS file. 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. --- NEWS | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 NEWS 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 -- cgit v1.2.1