Merge branch 'main' into add-containers

This commit is contained in:
Rodrigo Girão Serrão
2023-03-14 14:35:23 +00:00
11 changed files with 169 additions and 168 deletions

View File

@@ -35,7 +35,7 @@ Additionally, we've simplified constructing messages classes. Previously all mes
So prior to 0.14.0 you might have posted messages like the following:
```python
async self.post_message(self.Changed(self, item=self.item))
await self.post_message(self.Changed(self, item=self.item))
```
You can now replace it with this simpler function call: