File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10- ## [ 0.10.1] - 2025-03-07
10+ ## [ 0.10.1] - 2025-03-15
1111### Changed
1212- Referencing Rhino.Scripting 0.10.1
1313
@@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717- removed FsEx dependency
1818- rename .ToNiceString to .Pretty
1919
20- ## [ 0.8.2] - 2025-02-23
20+ ## [ 0.8.2] - 2025-02-24
2121### Changed
2222- Referencing Rhino.Scripting 0.8.0
2323- rename Rhino.Scripting.Fsharp -> Rhino.Scripting.FSharp (capital S)
@@ -36,7 +36,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3636- First public release
3737- Referencing Rhino.Scripting 0.5.0
3838
39-
4039[ Unreleased ] : https://github.com/goswinr/Rhino.Scripting.FSharp/compare/0.10.1...HEAD
4140[ 0.10.1 ] : https://github.com/goswinr/Rhino.Scripting.FSharp/compare/0.10.0...0.10.1
4241[ 0.10.0 ] : https://github.com/goswinr/Rhino.Scripting.FSharp/compare/0.8.2...0.10.0
Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ It passes it's input on as output. See [definition](https://github.com/goswinr/R
4747[ goswinr.github.io/Rhino.Scripting.FSharp] ( https://goswinr.github.io/Rhino.Scripting.FSharp )
4848
4949## Thread Safety
50- While the main Rhino Document is officially not thread safe, this library can be used from any thread.\
51- If running async this library will automatically marshal all calls that affect the UI to the main Rhino UI thread \
52- and wait for switching back till completion on UI thread.\
53- Modifying the Rhino Document from a background thread is actually OK as long as there is only one thread doing it.\
50+ While the main Rhino Document is officially not thread safe, this library can be used from any thread.< br >
51+ If running async this library will automatically marshal all calls that affect the UI to the main Rhino UI thread < br >
52+ and wait for switching back till completion on UI thread.< br >
53+ Modifying the Rhino Document from a background thread is actually OK as long as there is only one thread doing it.< br >
5454The main reason to use this library async is to keep the Rhino UI and Fesh scripting editor UI responsive while doing long running operations.
5555
5656## Contributing
You can’t perform that action at this time.
0 commit comments