From 679ddc045eafe4a38d5b5f417aa906ed49bc0453 Mon Sep 17 00:00:00 2001 From: "yadong.zhang" Date: Thu, 21 Oct 2021 21:33:19 +0800 Subject: [PATCH] :sparkles: docs: --- CHANGELOGS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOGS.md b/CHANGELOGS.md index 6b07df2..3cc5186 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -5,7 +5,7 @@ - change: 修改 JapUserService 接口中的 createAndGetHttpApiUser 方法名使其更符合语义。 (Github PR [#13](https://github.com/fujieid/jap/pull/13)) - change: 为 `AbstractJapStrategy` 的子类增加构造函数,支持自定义 `JapUserStore` - change: 升级 `hutool` 的版本为 5.7.14. -- +- change: [jap-ids] 将 AccessToken 中的 LocalDateTime 改为 Date ---- - feat: fix PR bug and refactory publish snapshot. (Github PR [#15](https://github.com/fujieid/jap/pull/15)) @@ -13,6 +13,7 @@ - change: optimize JapUserService interface to fix jap-http-api module. (Github PR [#13](https://github.com/fujieid/jap/pull/13)) - change: Add a constructor for subclasses of `AbstractJapStrategy`, support custom `JapUserStore`. - change: Upgrade `hutool` to `5.7.14`. +- change: [jap-ids] Change the LocalDateTime in AccessToken to Date ## v1.0.5 (2021-09-23) -- GitLab