aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-06-29 14:08:29 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-06-29 14:08:29 +0200
commit2bc006daa59995085626b3e9c0754823bf9d95a5 (patch)
tree25854abe3450783ad641da07e14b3ca8e23b7c2f /NEWS
parent21fc3270c40e0623cee4363e00bb4435518a4bb7 (diff)
Add --include-regex and --include-regex-trace options
This requires libcutl update.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dbfc341..8dde908 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Version 1.5.0
+
+ * New option, --include-regex, allows the modification of the #include
+ directive paths generated by the ODB compiler. This is primarily useful
+ when placing the generating code into subdirectories and the #include
+ directives have to be adjusted accordingly. The --include-regex-trace
+ option is useful for debugging the expressions specified with
+ --include-regex.
+
Version 1.4.0
* New profile, qt, provides persistence support for the Qt framework. This