aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-02-25 12:09:37 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-02-25 12:09:37 +0200
commit6c97eb68924e7f9ea5b0d859182562ec8f812a1e (patch)
tree30cc7a87c49973688b14876980c687ab457f2d90
parentc71fc2a74120457066e3ec87112b5a810fd39685 (diff)
Rename schema example to schema/custom
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e3fb895..c489179 100644
--- a/NEWS
+++ b/NEWS
@@ -64,8 +64,8 @@ Version 1.1.0
* Support for inheritance from transient base types for object types and
composite value types.
- * New example, 'schema', shows how to map persistent C++ classes to a custom
- database schema.
+ * New example, 'schema/custom', shows how to map persistent C++ classes to
+ a custom database schema.
* New options, --odb-prologue, --odb-epilogue, allow inclusion of extra code
into the ODB compilation process. This can be useful for making additional