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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,14 @@
1
1
# Changelog
2
2
All notable changes to this package will be documented in this file.
3
3
4
+
## [1.2.2] - 2023-04-20
5
+
6
+
### Fixed
7
+
- The FuncFlux and FuncFluxParam as design is planned to only add one per key, but you can add multiple keys instead, thats why we reduce the complexity of optimization to just use Func< TResult > as TStorage
8
+
9
+
### Removed
10
+
- Removed dictionary_read in ActionFlux, ActionFluxParam, FuncFlux and FuncFluxParam
0 commit comments