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
-`shuttle` test suite and feature flag (temporarily disabled).
20
+
21
+
### Changed
22
+
23
+
- Rename `ThreadPool::as_worker` to `ThreadPool::with_worker`.
24
+
- Make `Scope` public.
25
+
- Make `Yield` public.
26
+
- Improved safety comments for `scope`.
27
+
- Code format no longer requires nightly.
28
+
29
+
### Removed
30
+
31
+
-`loom` cfg flag and test suite.
32
+
33
+
### Fixed
34
+
35
+
- Fixed some broken examples and doc-tests.
36
+
- Various broken links, spelling mistakes, and indentations.
37
+
- Documentation for `yield_now` and `yield_local`.
38
+
39
+
## [1.0.0-alpha.2]
40
+
41
+
This was the first usable build of forte, and is the start point for this change log. All subsequent changes are relative to this pre-release.
42
+
43
+
## [1.0.0-alpha.1]
44
+
45
+
The initial release of this library was intended only to claim the name on `crates.io`. It was still early in development and did not employ a change-log.
0 commit comments