Skip to content

Commit 7bf3162

Browse files
committed
Improve changelog
1 parent de95bc5 commit 7bf3162

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

HISTORY.md

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

55
Removed the constructors `VarName(vn, optic)` (this wasn't deprecated, but was dangerous as it would silently discard the existing optic in `vn`), and `VarName(vn, ::Tuple)` (which was deprecated).
66

7+
Usage of `VarName(vn, optic)` can be directly replaced with `VarName{getsym(vn)}(optic)`.
8+
79
### Optic normalisation
810

911
In the inner constructor of a VarName, its optic is now normalised to ensure that the associativity of ComposedFunction is always the same, and that compositions with identity are removed.

0 commit comments

Comments
 (0)