diff --git a/README.md b/README.md index dd21d89..62623a8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,14 @@ ## Build status Build Status +## 3.0 Breaking changes +* **TinyNavigationHelper** is merged into TinyMvvm and the namespaced is changed to **TinyMvvm**. +* To use ViewModel navigation with shell you have to call **InitViewModelNavigation**. + +```csharp +navigationHelper.InitViewModelNavigation(viewModelAssembly); +``` + ## What is TinyMvvm? TinyMvvm is a MVVM library that is built for Xamarin.Forms but is not limited to Xamarin.Forms, it created in a way that it will be easy to extend to other platforms.