Skip to content

Commit

Permalink
[Docs] Added missing commit hash tag
Browse files Browse the repository at this point in the history
  • Loading branch information
aicorein authored Feb 7, 2025
1 parent ef15d08 commit 29b3a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/update-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def f(s): print(f"([{s[-40:][:7]}]({s[:-33]}))")

### ⏩变更

- [OneBot] 所有消息段内的 str 类型参数,现在不再进行除类型判断以外的校验。现在你必须自行验证这些字符串是否非空,以及是否符合特定格式(例如 url 格式)
- [OneBot] 所有消息段内的 str 类型参数,现在不再进行除类型判断以外的校验。现在你必须自行验证这些字符串是否非空,以及是否符合特定格式(例如 url 格式)([f6b5a56](https://github.com/Meloland/melobot/commit/f6b5a56))

### 👍修复

Expand Down

0 comments on commit 29b3a20

Please sign in to comment.