Skip to content

Commit d12a40c

Browse files
committed
changelog and minor docs tweak
1 parent 5208229 commit d12a40c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ v1.?.?, ?
1212
-------------------
1313
+ Add unit tests for empty string/object (#212, @christianguenter2)
1414
+ Array (and object) iterator (#210)
15+
+ Docusaurus docs (#203)
1516

1617
v1.1.13, 2025-09-19
1718
-------------------

docsite/docs/40-reading.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,8 @@ payload->to_abap(
102102
payload->to_abap_corresponding_only( )->to_abap( importing ev_container = ls_payload ).
103103
```
104104

105-
`to_abap` supports creating data references. **TBD**
105+
## Support for data references
106+
107+
`to_abap` supports creating data references.
108+
109+
*TBD*

0 commit comments

Comments
 (0)