From 56c1e4ea3511fbb6692c710e22867ddcb3513c50 Mon Sep 17 00:00:00 2001 From: "yadong.zhang" Date: Thu, 25 Jul 2019 22:38:17 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/update.md b/update.md index 27ae1e5..ae21375 100644 --- a/update.md +++ b/update.md @@ -1,3 +1,9 @@ +### 2019/07/25 + +1. `AuthConfig`类中去掉state参数 +2. 删除`AuthState`类 +3. 增加`authorize(String)`方法,并且使用`@Deprecated`标记`authorize()`方法 + ### 2019/07/22 ([v1.9.2](https://gitee.com/yadong.zhang/JustAuth/releases/v1.9.2)) 1. 合并github上[@xkcoding](https://github.com/xkcoding) 的[pr#26](https://github.com/zhangyd-c/JustAuth/pull/26),AuthConfig类添加lombok注解,方便 [justauth-spring-boot-starter](https://github.com/xkcoding/justauth-spring-boot-starter) 直接使用