1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-07-04 04:55:48 +00:00

Update CHANGES.md

This commit is contained in:
Armin Ronacher 2018-08-29 20:58:23 +02:00 committed by GitHub
parent 4bab50c861
commit 797b52ecbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,11 @@
# Changes
## [0.7.5] - 2018-09-xx
### Added
* Added the ability to pass a custom `TlsConnector`.
## [0.7.4] - 2018-08-23
### Added