mirror of https://github.com/fafhrd91/actix-web
update changelog
This commit is contained in:
parent
c0574e2c61
commit
aa3b267f2f
|
@ -1,6 +1,9 @@
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## Unreleased - 2020-xx-xx
|
## Unreleased - 2020-xx-xx
|
||||||
|
* Added compile success and failure testing. [#1677]
|
||||||
|
|
||||||
|
[#1677]: https://github.com/actix/actix-web/pull/1677
|
||||||
|
|
||||||
|
|
||||||
## 0.3.0 - 2020-09-11
|
## 0.3.0 - 2020-09-11
|
||||||
|
|
|
@ -1,8 +1,22 @@
|
||||||
# Helper and convenience macros for Actix-web. [](https://travis-ci.org/actix/actix-web) [](https://codecov.io/gh/actix/actix-web) [](https://crates.io/crates/actix-web-codegen) [](https://gitter.im/actix/actix?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
# actix-web-codegen
|
||||||
|
|
||||||
|
> Helper and convenience macros for Actix Web
|
||||||
|
|
||||||
|
[](https://crates.io/crates/actix-web-codegen)
|
||||||
|
[](https://docs.rs/actix-web)
|
||||||
|
[](https://blog.rust-lang.org/2020/03/12/Rust-1.42.html)
|
||||||
|
[](https://travis-ci.org/actix/actix-web)
|
||||||
|
[](https://codecov.io/gh/actix/actix-web)
|
||||||
|
[](https://gitter.im/actix/actix?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||||
|
|
||||||
## Documentation & Resources
|
## Documentation & Resources
|
||||||
|
|
||||||
* [API Documentation](https://docs.rs/actix-web-codegen/)
|
- [API Documentation](https://docs.rs/actix-web-codegen/)
|
||||||
* [Chat on gitter](https://gitter.im/actix/actix)
|
- [Chat on Gitter](https://gitter.im/actix/actix-web)
|
||||||
* Cargo package: [actix-web-codegen](https://crates.io/crates/actix-web-codegen)
|
- Cargo package: [actix-web-codegen](https://crates.io/crates/actix-web-codegen)
|
||||||
* Minimum supported Rust version: 1.40 or later
|
- Minimum supported Rust version: 1.42 or later.
|
||||||
|
|
||||||
|
## Compile Testing
|
||||||
|
Uses the [`trybuild`] crate. All compile fail tests should include a stderr file generated by `trybuild`. See the [workflow section](https://github.com/dtolnay/trybuild#workflow) of the trybuild docs for info on how to do this.
|
||||||
|
|
||||||
|
[`trybuild`]: https://github.com/dtolnay/trybuild
|
||||||
|
|
Loading…
Reference in New Issue