diff --git a/README.md b/README.md
index 87ca1544..5185fc71 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@


-
+
@@ -136,7 +136,12 @@ class MainHook : YukiHookXposedInitProxy {
修复一个潜在性的异常未拦截 BUG;
增加 `ignoredError` 功能;
增加了 `type` 中的 `android` 类型;
- 增加监听 `hook` 后的 `ClassNotFound` 功能。
+ 增加监听 `hook` 后的 `ClassNotFound` 功能。
+- 1.0.4
+ 修复 LSPosed 在最新版本中启用“只有模块classloader可以使用Xposed API”选项后找不到 `XposedBridge` 的问题;
+ 添加 `YukiHookAPI` 的常量版本名称和版本号;
+ 新增 `hasField` 方法以及 `isAllowPrintingLogs` 配置参数;
+ 新增 `isDebug` 开启的情况下 API 将自动打印欢迎信息测试模块是否生效。
# Cooperations