From e970846167a80942d4d957f46fa5c9df069fac97 Mon Sep 17 00:00:00 2001 From: axon-q Date: Thu, 7 Jun 2018 17:59:35 +0000 Subject: [PATCH] update changelog --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index f46fa9cbf..bf33040ec 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,9 @@ ### Added +* Add `.content_disposition()` method to parse Content-Disposition of + multipart fields + * Re-export `actix::prelude::*` as `actix_web::actix` module. * `HttpRequest::url_for_static()` for a named route with no variables segments