Skip to content

Commit 47bf3fc

Browse files
Prepare for release of 2.0.0.dev110 (#1239)
Prepare for release of version 2.0.0.dev110 Co-authored-by: hikari-bot <90276125+hikari-bot[bot]@users.noreply.github.com>
1 parent aa2bb11 commit 47bf3fc

8 files changed

Lines changed: 31 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,37 @@ This file is updated every release with the use of `towncrier` from the fragment
66

77
.. towncrier release notes start
88

9+
Hikari 2.0.0.dev110 (2022-08-08)
10+
================================
11+
12+
Breaking Changes
13+
----------------
14+
15+
- Removed case of `Member.mention` returning bang (`!`) mention, as it is deprecated by Discord. ([#1207](https://github.com/hikari-py/hikari/issues/1207))
16+
17+
18+
Deprecation
19+
-----------
20+
21+
- `RESTClient.edit_permission_overwrites` renamed to `RESTClient.edit_permission_overwrite` ([#1195](https://github.com/hikari-py/hikari/issues/1195))
22+
23+
24+
Features
25+
--------
26+
27+
- Add `hikari.events.StickersUpdateEvent` and relevant cache internals.
28+
Add sticker related public methods onto `hikari.impl.CacheImpl` and `hikari.guilds.Guild`. ([#1126](https://github.com/hikari-py/hikari/issues/1126))
29+
- `GuildVoiceChannel` now inherits from `TextableGuildChannel` instead of `GuildChannel`. ([#1189](https://github.com/hikari-py/hikari/issues/1189))
30+
- Add the `app_permissions` field to command and component interactions. ([#1201](https://github.com/hikari-py/hikari/issues/1201))
31+
- Add application command badge ([#1225](https://github.com/hikari-py/hikari/issues/1225))
32+
33+
34+
Bugfixes
35+
--------
36+
37+
- Fix how CommandBuilder handles `default_member_permissions` to match the behaviour on PartialCommand. ([#1212](https://github.com/hikari-py/hikari/issues/1212))
38+
39+
940
Hikari 2.0.0.dev109 (2022-06-26)
1041
================================
1142

changes/1126.feature.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

changes/1189.feature.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/1195.deprecation.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/1201.feature.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/1207.breaking.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/1212.bugfix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/1225.feature.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)