Skip to content

Commit 76bb778

Browse files
committed
fix changelog credits
1 parent f88058a commit 76bb778

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
- Virtual host support [@gim913]
1111
- `Response::cgi_error_lossy` [@gim913]
1212
- `ResponseHeader::cgi_error_lossy` [@gim913]
13-
- `impl TryFrom<u8> for Status` [gim913]
14-
- `util::serve_file` (requires `serve_dir` feature) [gim913]
13+
- `impl TryFrom<u8> for Status` [@gim913]
14+
- `util::serve_file` (requires `serve_dir` feature) [@gim913]
1515

1616
### Changed
1717
- Rust edition 2018 -> 2024 [@panicbit]
1818

1919
### Improved
20-
- Formatting / refactoring [gim913]
20+
- Formatting / refactoring [@gim913]
2121

2222
## [0.4.0] - 2020-12-05
2323

@@ -33,10 +33,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3333
- Docments can be converted into responses with std::convert::Into [@Alch-Emi]
3434

3535
### Improved
36-
- build time and size by [@Alch-Emi](https://github.com/Alch-Emi)
36+
- build time and size by [@Alch-Emi]
3737

3838
### Changed
39-
- Added route API [@Alch-Emi](https://github.com/Alch-Emi)
39+
- Added route API [@Alch-Emi]
4040
- Improved error handling in serve_dir [@Alch-Emi]
4141

4242
### Deprecated
@@ -64,3 +64,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6464
- Access to client certificates by [@Alch-Emi]
6565

6666
[@Alch-Emi]: https://github.com/Alch-Emi
67+
[@gim913]: https://github.com/gim913
68+
[@panicbit]: https://github.com/panicbit

0 commit comments

Comments
 (0)