Skip to content

Commit 170f437

Browse files
committed
updated changelog
1 parent 80c9fc6 commit 170f437

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22

33
## [Unreleased]
4+
### Changed
5+
- Made `CopyBuilder` thread-safe for concurrent use.
6+
- Removed `Serializable` from `Copyable`. Implementations must declare serialization explicitly now.
7+
- Removed `withClone` and `withSelfCopy` from `CopyBuilder`.
8+
- Updated `Copyable.shallowCopy` and `Copyable.deepCopy` to accept a `CopyContext`, which now provides the former
9+
`withClone` and `withSelfCopy` functionality.
10+
11+
### Fixed
12+
- `CopyBuilder` now correctly invokes `Copyable.shallowCopy` for the initial object being copied, when provided.
413

514
## [1.2.0] - 2025-11-20
615
### Changed

0 commit comments

Comments
 (0)