We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f271a commit 52905b6Copy full SHA for 52905b6
2 files changed
RELEASE_NOTES.md
@@ -1,3 +1,11 @@
1
+### 1.1.0
2
+* major upgrade with improved performance
3
+* several new combinators `ASet.xor`, `AVal.cast`, etc.
4
+* public enumerators for all datastructures.
5
+* AdaptiveSynchronizationContext
6
+* added several interfaces to clist, cset, etc.
7
+* UpdateTo returning boolean
8
+
9
### 1.0.1
10
* exposed ThreadStatic fields
11
build.fsx
@@ -493,10 +493,10 @@ Target.create "ReleaseDocs" (fun _ ->
493
"CheckPush" ?=> "Compile"
494
"Compile" ?=> "RunTest"
495
"RunTest" ?=> "Pack"
496
-"Compile" ?=> "CompileFable"
+//"Compile" ?=> "CompileFable"
497
498
"Compile" ==> "Pack"
499
-"CompileFable" ==> "Pack"
+//"CompileFable" ==> "Pack"
500
501
"Pack" ==> "Push"
502
"RunTest" ==> "Push"
0 commit comments