From f5b78a4ec1f1e110d6a49a7a18613fa48b72aa5e Mon Sep 17 00:00:00 2001
From: Hector Rodriguez Cornejo
Date: Fri, 25 Apr 2025 12:57:46 +0200
Subject: [PATCH 1/2] Fixed table tag in Section 5 (#156)
---
CHANGELOG.md | 1 +
templates/IVP.html.tmpl | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index abc7605..fd4b6f9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,7 @@
# Changelog
## Unreleased
+- 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))
diff --git a/templates/IVP.html.tmpl b/templates/IVP.html.tmpl
index 2cd8580..0a6e66d 100644
--- a/templates/IVP.html.tmpl
+++ b/templates/IVP.html.tmpl
@@ -173,7 +173,7 @@ Other test cases:
{{/each}}
- N/A
+
{{else}}
N/A
{{/if}}
From 3870a28d0500039db78a9ed9d14f1fa035c7b6b2 Mon Sep 17 00:00:00 2001
From: "Vazquez,Brais (IT EDP)"
Date: Mon, 28 Apr 2025 09:31:03 +0200
Subject: [PATCH 2/2] Changelog
---
CHANGELOG.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fd4b6f9..089a095 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
# Changelog
## 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