From 9da70a0d9da7f11dd46114a90cdeeecd3f230f60 Mon Sep 17 00:00:00 2001 From: Maximilian Mantz Date: Fri, 8 Mar 2019 16:53:39 +0100 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index bad9db0..f455ab6 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,6 @@ You need the [babel-polyfill](https://babeljs.io/docs/usage/polyfill/) in your b ### Version 3 released I've decided to overhaul the API of this library. The main changes include: -- better SSR support due to not relying on `window` anymore, - removed `childContext` from the ``, user manager now must be passed in as a prop, - immutablejs is now an optional dependency and doesn't need to be installed for those not using it, - dropped support for `shouldValidate` - the middleware now always validates the user,