From dfb809e81d72719624d0b8fcedf72e8605756d55 Mon Sep 17 00:00:00 2001 From: hypergonial Date: Fri, 19 Jan 2024 01:23:44 +0100 Subject: [PATCH] Update changelog --- docs/changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 4e7e075..8e2fb4e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -9,15 +9,15 @@ hide: Here you can find all the changelogs for `hikari-arc`. -## Unreleased +## v1.1.0 - Add `Client.create_task` to make it easier to create "fire and forget" tasks. - Add `Client.is_started` and `Client.wait_until_started` for more convenient lifecycle management. - Add the ability to pass an already existing injector instance to `Client` via the `injector=` kwarg. If not passed, a new injector will be created by default, like before. - Set the client as a type dependency upon instantiation. - Stabilize `Context.issued_response`. This property returns a boolean that is `True` if the underlying interaction has already received an initial response. +- Fix `hikari.User | hikari.Role | None` not being parsed as mentionable option. - Fix edgecase where options defaulted to `None` would be ignored in Python 3.10. -- Make usage of `__slots__` consistent across the library. ## v1.0.0