diff --git a/Documentation/MPDX iOS Lib 0.10.0 Migration Guide.md b/Documentation/MPDX iOS Lib 0.10.0 Migration Guide.md
index b55f297..17258e8 100644
--- a/Documentation/MPDX iOS Lib 0.10.0 Migration Guide.md
+++ b/Documentation/MPDX iOS Lib 0.10.0 Migration Guide.md
@@ -19,4 +19,9 @@ Below are the following steps needed when upgrading to MPDXiOSLib 0.10.0.
- Your Usage Descriptions should also have English now instead of Base.

-##### 3) Update implementation for AppConfigInterface.
\ No newline at end of file
+##### 3) Update implementation for AppConfigInterface.
+
+- Import RequestOperation.
+- apiBaseUrl: String type changed to apiBaseUrl: ApiBaseUrl.
+- AuthenticationConfiguration init argument label also changed to accessTokenProvider.
+
\ No newline at end of file