aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-01-26 10:57:53 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-01-26 10:57:53 +0200
commit099385af3eed20549ced40b3e76644ad57fe31d5 (patch)
tree2e08f9f6b73d108f7bb1a11e27cbc440beffa1fb /NEWS
parentc67f2b63a9769d8ae3a07f78afd0c7dd2873563a (diff)
Make #pragma once work
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ccbedde..2aec85e 100644
--- a/NEWS
+++ b/NEWS
@@ -52,6 +52,9 @@ Version 2.4.0
names that are used by PostgreSQL. This can be useful, for example, to
shorten names that exceed the PostgreSQL name limit.
+ * ODB can now compile headers that use #pragma once instead of include
+ guards.
+
Version 2.3.0
* Support for database schema evolution, including schema migration, data