From 7c4941f8681caac7296c1d6312023fae62aa5653 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Tue, 8 May 2018 18:48:09 -0700 Subject: [PATCH] update migration doc --- MIGRATION.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MIGRATION.md b/MIGRATION.md index 984f3a3da..f6829a50a 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -1,5 +1,7 @@ ## Migration from 0.5 to 0.6 +* `Path` extractor return `ErrorNotFound` on failure instead of `ErrorBadRequest` + * `ws::Message::Close` now includes optional close reason. `ws::CloseCode::Status` and `ws::CloseCode::Empty` have been removed.