More change log entries

This commit is contained in:
Luke Murphy 2021-01-16 17:38:57 +01:00
parent cc6e8af6c4
commit 42e01862f8
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@
- Implement Redis based storage ([#21](https://git.autonomic.zone/decentral1se/xbotlib/issues/21))
- Add `GlossBot` ([#10](https://git.autonomic.zone/decentral1se/xbotlib/issues/10))
- Revise command syntax and use unified `@` approach
- `REDIS_URL` -> `XBOT_REDIS_URL`
- `SimpleMessage.body` -> `SimpleMessage.text`
- Add `SimpleMessage.content` which simplifies parsing logic
# xbotlib 0.9.0 (2021-01-15)