From 9442c508a8e86b9c8764c59466fffa7999585f0c Mon Sep 17 00:00:00 2001 From: Glade Miller Date: Tue, 4 Jun 2019 08:37:50 -0600 Subject: [PATCH] Update CHANGES.md Added head, options, trace, connect and patch codegen changes to CHANGES.md --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index b5078d531..1ed434b74 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,6 +10,8 @@ * Add `test::TestRequest::set_json()` convenience method to automatically serialize data and set header in test requests. + +* Add codegen now supports head, options, trace, connect and patch http methods ### Changes