From 4e34ea46f1cf400e310b9789c39863ecd7d673df Mon Sep 17 00:00:00 2001 From: Matthew Whisenhunt Date: Mon, 4 Jun 2018 14:31:57 -0700 Subject: [PATCH] WIP: Clarify method of setting normalize_unicdode option. --- MIGRATING.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/MIGRATING.md b/MIGRATING.md index b0258e88c..87d1e31c9 100644 --- a/MIGRATING.md +++ b/MIGRATING.md @@ -4,11 +4,7 @@ The client no longer normalizes unicode strings in path parameters. This may affect some applications using multibyte strings that were previously normalized.: -To restore the previous behavior, set the following option prior to creating a service. - -```ruby -ClientOptions.default.normalize_unicode = true -``` +To restore the previous behavior, use the `normalize_unicode` request option. ## Type change for large numbers