Skip to content

Commit 3176bef

Browse files
committed
Clean up change_log and modules.md
1 parent a27e4b9 commit 3176bef

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

docs/change_log.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@
33
# Change log
44

55
## 0.67
6+
7+
Module support
8+
69
- Basic support for modules, see [docs](/docs/modules.md), #30
710
- `core/name/create_name_tag.h` is now a stand-alone header, #30
811
- Revamped commandline switches for `sqlpp23-ddl2cpp`, see [docs](/docs/ddl2cpp.md)
912
- Instead of `cte(sqlpp::alias::a)`, you now have to call `sqlpp::cte(sqlpp::alias::a)`
1013
- Support comparison member functions for comparison expressions, e.g. you can now order by comparison results, #39
1114
- order_by allows duplicate expressions, #39
15+
- Install modules into `<prefix>/modules/sqlpp23`, #58
1216

1317
## 0.66
1418

docs/modules.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import sqlpp23.core;
99
import sqlpp23.postgresql;
1010
```
1111

12-
As of August 2025, this is still evolving, but all tests build and pass with modules using either
12+
As of September 2025 (version 0.67), this is still evolving, but all tests build and pass with modules using either
1313

1414
* clang++-20.1.2
1515
* g++-15.2
@@ -29,6 +29,7 @@ cmake ../ \
2929
--fresh
3030
```
3131

32-
The module sources can be found in the [module directory](/module).
32+
The module sources can be found in the [modules directory](/modules). They get installed into `<prefix>/modules/sqlpp23`.
33+
3334

3435
[**\< Index**](/docs/README.md)

0 commit comments

Comments
 (0)