Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## Unreleased

- Remove Jira issue ID strikethrough on SLC documents. ([#153](https://github.com/opendevstack/ods-document-generation-templates/pull/153))
- Make content in column Test Case No. wrappable. ([#152](https://github.com/opendevstack/ods-document-generation-templates/pull/152))
- TIR changes: Wording changes to be more inclusive of helm deployments, removed dynamic values from report tables and change in table formatting ([#146](https://github.com/opendevstack/ods-document-generation-templates/pull/146)) & ([#154](https://github.com/opendevstack/ods-document-generation-templates/pull/154))

## 1.2.11 - 2025-4-28
- Fixed table tag in Section 5 of IVP. ([#156](https://github.com/opendevstack/ods-document-generation-templates/pull/156))

## 1.2.10 - 2025-1-27
- Remove "Initials/Date" from TCP and TCR documents. ([#150](https://github.com/opendevstack/ods-document-generation-templates/pull/150))
- Update TRC reference document with SSDS and TCP ([#149](https://github.com/opendevstack/ods-document-generation-templates/pull/149))
Expand Down
2 changes: 1 addition & 1 deletion templates/IVP.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Other test cases:
</tr>
{{/each}}
</tbody>
</ta<p>N/A</p>
</table>
{{else}}
<p>N/A</p>
{{/if}}
Expand Down