Skip to content

Commit

Permalink
Update CHANGELOG.md. Regenerate API responses.json
Browse files Browse the repository at this point in the history
  • Loading branch information
RTippin committed Aug 4, 2021
1 parent 2ebe8ac commit f4adbd9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog
- All notable changes to `Messenger` will be documented in this file.

### [v0.45 (08-04-2021)]

#### Changed
- `messages.body` and `message_edits.body` columns to allow nullable. ([2ebe8ac](https://github.com/RTippin/messenger/commit/2ebe8ac4774f1f72d124fede7085e0fdff5de536))
- `EmojiInterface`, `BotMatchingService`, `MessageTransformer`, and `MessengerComposer` now allow null for message body.
- Event subscribers will now always be registered, but conditionally check whether to handle events triggered. (avoids being disabled from config and not enabling dynamically when they were not registered in our service provider). ([692256b](https://github.com/RTippin/messenger/commit/692256ba875db7c92426d945c39093f869f63d6e))

---

### [v0.44 (07-18-2021)]

#### Changed
Expand Down
2 changes: 1 addition & 1 deletion docs/generated/responses.json

Large diffs are not rendered by default.

0 comments on commit f4adbd9

Please sign in to comment.