-
Notifications
You must be signed in to change notification settings - Fork 352
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
255 additions
and
258 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,48 @@ | ||
# Changes | ||
|
||
## Unreleased - 2022-xx-xx | ||
- Minimum supported Rust version (MSRV) is now 1.59. | ||
|
||
- Minimum supported Rust version (MSRV) is now 1.59. | ||
|
||
## 0.2.3 - 2021-10-19 | ||
|
||
- Fix test macro in presence of other imports named "test". [#399] | ||
|
||
[#399]: https://github.com/actix/actix-net/pull/399 | ||
|
||
|
||
## 0.2.2 - 2021-10-14 | ||
|
||
- Improve error recovery potential when macro input is invalid. [#391] | ||
- Allow custom `System`s on test macro. [#391] | ||
|
||
[#391]: https://github.com/actix/actix-net/pull/391 | ||
|
||
|
||
## 0.2.1 - 2021-02-02 | ||
|
||
- Add optional argument `system` to `main` macro which can be used to specify the path to `actix_rt::System` (useful for re-exports). [#363] | ||
|
||
[#363]: https://github.com/actix/actix-net/pull/363 | ||
|
||
|
||
## 0.2.0 - 2021-02-02 | ||
|
||
- Update to latest `actix_rt::System::new` signature. [#261] | ||
|
||
[#261]: https://github.com/actix/actix-net/pull/261 | ||
|
||
|
||
## 0.2.0-beta.1 - 2021-01-09 | ||
|
||
- Remove `actix-reexport` feature. [#218] | ||
|
||
[#218]: https://github.com/actix/actix-net/pull/218 | ||
|
||
|
||
## 0.1.3 - 2020-12-03 | ||
|
||
- Add `actix-reexport` feature. [#218] | ||
|
||
[#218]: https://github.com/actix/actix-net/pull/218 | ||
|
||
|
||
## 0.1.2 - 2020-05-18 | ||
|
||
- Forward actix_rt::test arguments to test function [#127] | ||
|
||
[#127]: https://github.com/actix/actix-net/pull/127 |
Oops, something went wrong.