Skip to content

Commit 52905b6

Browse files
committed
excluded fable build for the moment
1 parent 42f271a commit 52905b6

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

RELEASE_NOTES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
### 1.0.1
210
* exposed ThreadStatic fields
311

build.fsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,10 +493,10 @@ Target.create "ReleaseDocs" (fun _ ->
493493
"CheckPush" ?=> "Compile"
494494
"Compile" ?=> "RunTest"
495495
"RunTest" ?=> "Pack"
496-
"Compile" ?=> "CompileFable"
496+
//"Compile" ?=> "CompileFable"
497497

498498
"Compile" ==> "Pack"
499-
"CompileFable" ==> "Pack"
499+
//"CompileFable" ==> "Pack"
500500

501501
"Pack" ==> "Push"
502502
"RunTest" ==> "Push"

0 commit comments

Comments
 (0)