We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75effc8 commit 0edb482Copy full SHA for 0edb482
1 file changed
CHANGELOG.md
@@ -31,6 +31,13 @@
31
- 具体功能点2
32
```
33
34
+## [3.6.1] - 2026/02/11
35
+
36
+### 变更
37
+- By @wsu2059q
38
+ - 新增方法名大小写不敏感支持:通过 `_METHOD_MAP` 映射表,支持任意大小写组合调用方法(如 `text()`/`TEXT()`/`TeXt()` 等)
39
+ - 修复File()方法中发送为Text的问题
40
41
---
42
43
## [3.6.0] - 2026/02/11
@@ -116,4 +123,4 @@
116
123
117
124
### 变更
118
125
- 向 `convert` 模块添加 `onebot11_raw_type` 字段
119
-- 删除提交原始数据的接口(交由ErisPulse处理原生事件分发)
126
+- 删除提交原始数据的接口(交由ErisPulse处理原生事件分发)
0 commit comments