From 998ee0f0876a7582a867d3da44896427fde0741e Mon Sep 17 00:00:00 2001 From: ForteScarlet Date: Sun, 5 Apr 2020 17:41:34 +0800 Subject: [PATCH] =?UTF-8?q?1.11.0=E9=83=A8=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 4 ++-- update.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 9dd9da7..ff15603 100644 --- a/pom.xml +++ b/pom.xml @@ -14,8 +14,8 @@ simple-robot-core - - 1.11.-1 + + 1.11.0 jar simple-robot diff --git a/update.md b/update.md index 5c26ffd..5d251d0 100644 --- a/update.md +++ b/update.md @@ -1,9 +1,9 @@ ## 版本更新记录 -# now +# 1.11.0 - 为BotManager增加两个方法:`BotInfo logOutBot(String code)`、`public void refreshBot(String code)`以移除、刷新一些bot信息。 - 为`BotInfoImpl`提供默认的equals方法。 -- 修改依赖工厂机制,现在获取不到依赖将会抛出异常。 +- 修改依赖工厂机制,现在获取不到依赖将会**抛出异常**而不是以null代替。 - 修改监听函数加载机制,现在监听函数在启动的时候会初始化一次。