Skip to content

Commit 77c9ff9

Browse files
DorukyumLulalaby
andauthored
chore: update readme and changelog (#2493)
* chore: fix incorrect pull ID * chore: update key features * chore: add dot * chore: add 2.6 header * chore: move the 2.6 header * chore: add complete changelog link * fix changelog position of #2275 * Update CHANGELOG.md --------- Co-authored-by: Lala Sabathil <[email protected]>
1 parent 81dfa98 commit 77c9ff9

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ possible (see our [Version Guarantees] for more info).
1010

1111
These changes are available on the `master` branch, but have not yet been released.
1212

13+
## [2.6.0] - 2024-07-09
14+
1315
### Added
1416

1517
- Added `banner` parameter to `ClientUser.edit`.
@@ -68,7 +70,7 @@ These changes are available on the `master` branch, but have not yet been releas
6870
([#2448](https://github.com/Pycord-Development/pycord/pull/2448))
6971
- Fixed missing `application_id` in `Entitlement.delete`.
7072
([#2458](https://github.com/Pycord-Development/pycord/pull/2458))
71-
- Fixed issues with enums as `Option` types with long descriptions or too many values
73+
- Fixed issues with enums as `Option` types with long descriptions or too many values.
7274
([#2463](https://github.com/Pycord-Development/pycord/pull/2463))
7375
- Fixed many inaccurate type hints throughout the library.
7476
([#2457](https://github.com/Pycord-Development/pycord/pull/2457))
@@ -101,6 +103,8 @@ These changes are available on the `master` branch, but have not yet been releas
101103
- Replaced `Client.fetch_entitlements` with `Client.entitlements`, which returns an
102104
`EntitlementIterator`.
103105
([#2490](https://github.com/Pycord-Development/pycord/pull/2490))
106+
- Changed the error message that appears when attempting to add a subcommand group to a
107+
subcommand group. ([#2275](https://github.com/Pycord-Development/pycord/pull/2275))
104108

105109
### Removed
106110

@@ -111,7 +115,7 @@ These changes are available on the `master` branch, but have not yet been releas
111115
and `after` parameters.
112116
([#2371](https://github.com/Pycord-Development/pycord/pull/2371))
113117
- Removed the `vanity_code` parameter from `Guild.edit`.
114-
([#2480](https://github.com/Pycord-Development/pycord/pull/2480))
118+
([#2491](https://github.com/Pycord-Development/pycord/pull/2491))
115119

116120
## [2.5.0] - 2024-03-02
117121

@@ -239,8 +243,6 @@ These changes are available on the `master` branch, but have not yet been releas
239243
([#2170](https://github.com/Pycord-Development/pycord/pull/2170))
240244
- `BridgeOption` must now be used for arguments in bridge commands.
241245
([#2252](https://github.com/Pycord-Development/pycord/pull/2252))
242-
- Changed the error message that appears when attempting to add a subcommand group to a
243-
subcommand group. ([#2275](https://github.com/Pycord-Development/pycord/pull/2275))
244246

245247
### Removed
246248

@@ -885,7 +887,8 @@ These changes are available on the `master` branch, but have not yet been releas
885887
- Fix py3.10 UnionType checks issue.
886888
([#1240](https://github.com/Pycord-Development/pycord/pull/1240))
887889

888-
[unreleased]: https://github.com/Pycord-Development/pycord/compare/v2.5.0...HEAD
890+
[unreleased]: https://github.com/Pycord-Development/pycord/compare/v2.6.0...HEAD
891+
[2.6.0]: https://github.com/Pycord-Development/pycord/compare/v2.5.0...2.6.0
889892
[2.5.0]: https://github.com/Pycord-Development/pycord/compare/v2.4.1...v2.5.0
890893
[2.4.1]: https://github.com/Pycord-Development/pycord/compare/v2.4.0...v2.4.1
891894
[2.4.0]: https://github.com/Pycord-Development/pycord/compare/v2.3.3...v2.4.0

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Key Features
2525
- Modern Pythonic API using ``async`` and ``await``.
2626
- Proper rate limit handling.
2727
- Optimised for both speed and memory usage.
28-
- Full Application Command Support
28+
- Full application API support.
2929

3030
Installing
3131
----------

0 commit comments

Comments
 (0)