Skip to content

Commit 7ad6391

Browse files
committed
Prepare release notes for 1.0.0-rc.1
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent e522772 commit 7ad6391

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

RELEASE_NOTES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
## Summary
44

5-
<!-- Here goes a general summary of what this release is about -->
5+
This is the first releasse candidate for version 1.0. It includes few new features and a lot of cleanups and API improvements and polishing. Because of this, there are a lot of breaking changes too, but they should be easy to fix, as they ae mostly renames and reorganizations.
6+
7+
We hope this is the final pre-release before the final 1.0 release, and we don't expect to introduce any further breaking changes. Because of this we encourage you to test it and report any issues you find. You can also use a version constraint like `>= 1.0.0-rc.1, < 2.0.0` as the final version should be compatible.
68

79
## Upgrading
810

@@ -179,6 +181,8 @@
179181

180182
* `ChannelError` is now generic, so when accessing the `channel` attribute, the type of the channel is preserved.
181183

184+
* The generated documentation / website was greatly improved, both in content and looks.
185+
182186
## Bug Fixes
183187

184188
* `Timer`: Fix bug that was causing calls to `reset()` to not reset the timer, if the timer was already being awaited.

0 commit comments

Comments
 (0)