You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
All notable changes to this project will be documented in this file.
3
3
Funcky adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
4
5
-
## Next Patch
5
+
## Funcky 2.7.1
6
6
### Deprecations
7
7
*`Option.None<T>()`: We originally introduced the `Option.None<T>` method as a future proof replacement to `Option<T>.None` for use in method groups,
8
8
because Funcky 3 changes `Option<T>.None` to a property. This turned out to be confusing to users especially because both method are always suggested in autocomplete.
0 commit comments