Skip to content

Commit 7f2b372

Browse files
committed
Update release notes
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent d237753 commit 7f2b372

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RELEASE_NOTES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@
7171

7272
Replaced by the new `merge()` function. When replacing `Merge` with `merge()` please keep in mind that this new function will raise a `ValueError` if no receivers are passed to it.
7373

74+
Please note that the old `Merge` class is still also available but it was renamed to `Merger` to avoid confusion with the new `merge()` function, but it is only present for typing reasons and should not be used directly.
75+
7476
* `MergeNamed`
7577

7678
This class was redundant, use either the new `merge()` function or `select()` instead.

0 commit comments

Comments
 (0)