Skip to content

Commit 678e6d3

Browse files
committed
update docs
1 parent 1feb43b commit 678e6d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Please use for all comments, discussions, feature requests or bug reports the Gi
2121

2222
<!-- toc -->
2323

24-
- [0.6.0 (2020-xx-xx)](#060-2020-xx-xx)
24+
- [0.6.0 (2020-12-20)](#060-2020-12-20)
2525
- [0.5.2 (2020-05-09)](#052-2020-05-09)
2626
- [0.5.1 (2020-04-19)](#051-2020-04-19)
2727
- [0.5.0 (2018-12-23)](#050-2018-12-23)
@@ -33,7 +33,7 @@ Please use for all comments, discussions, feature requests or bug reports the Gi
3333

3434
<!-- tocstop -->
3535

36-
## 0.6.0 (2020-xx-xx)
36+
## 0.6.0 (2020-12-20)
3737

3838
- added: support for bulk processing (generated per default as core functionality)
3939
- added: support for audit columns (parameters p_audit_column_mappings and p_audit_user_expression)

docs/parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
## p_enable_column_defaults (since v0.5.0)
6868

6969
- Boolean, default: false
70-
- If true, the data dictionary defaults of the columns are used for the create methods; for the row based create methods you can use the helper function named `get_default_row`
70+
- If true, the data dictionary defaults of the columns are used for the create methods; for the row based create methods you can use the generated helper function named `get_default_row`
7171

7272
## p_enable_update_of_rows (since v0.4.0)
7373

0 commit comments

Comments
 (0)