Skip to content

Commit 992281e

Browse files
committed
Changelog.Item.plus copies original item without restoring all original data #179
1 parent 6641bf4 commit 992281e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
### Fixed
66
- Wrong markdown render of changelog that use CRLF or CR line separator [#176](../../issues/176)
7+
- `Changelog.Item.plus` copies original item without restoring all original data [#179](../../issues/179)
78

89
## [2.1.0] - 2023-06-02
910

src/main/kotlin/org/jetbrains/changelog/Changelog.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ data class Changelog(
323323
return copy(
324324
summary = summary.ifEmpty { item.summary },
325325
items = items + item.items,
326+
filterCallback = filterCallback,
326327
)
327328
}
328329

0 commit comments

Comments
 (0)