Skip to content

Commit e7d929a

Browse files
committed
release/2025-01-02 Merge fixes and update changelog
1 parent 8d888b1 commit e7d929a

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## 2025-01-02
44
- [PI-688] Changelog ETL - delete an AS
5+
- [PI-690] Changelog ETL - modify / add to an MHS
6+
- [PI-694] Changelog ETL - modify / remove from an MHS
7+
- [PI-692] Changelog ETL - modify / replace in an MHS
58

69
## 2024-12-27
710
- [PI-602] Update spine_as Questionnaire

changelog/2025-01-02.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
- [PI-688] Changelog ETL - delete an AS
2+
- [PI-690] Changelog ETL - modify / add to an MHS
3+
- [PI-694] Changelog ETL - modify / remove from an MHS
4+
- [PI-692] Changelog ETL - modify / replace in an MHS

src/layers/sds/epr/updates/change_request_processors.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from domain.core.device.v1 import Device
55
from domain.core.device_key.v1 import DeviceKey, DeviceKeyType
66
from domain.core.device_reference_data.v1 import DeviceReferenceData
7+
from domain.core.enum import Environment
78
from domain.core.error import ImmutableFieldError
89
from domain.core.product_team.v1 import ProductTeam
910
from domain.core.questionnaire.v1 import Questionnaire, QuestionnaireResponse

0 commit comments

Comments
 (0)