Skip to content

Commit

Permalink
DOC: add detail for array of string support
Browse files Browse the repository at this point in the history
  • Loading branch information
tangkong authored Dec 20, 2024
1 parent 618f29e commit 74b9e56
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ v2.18.0 (2024-12-19)

Changes
-------
- Adds support for arrays of strings
- Adds support for arrays of strings. Previously, using a pv pragma on an array of
strings would result in pytmc attempting and failing to create waveform record with
FTVL set to STRING, which was specifically disallowed. Now it will create a separate
string pv for each element of the array, similar to arrays of enums or complex types

Maintenance
-----------
Expand Down

0 comments on commit 74b9e56

Please sign in to comment.