Skip to content

Commit 10d9a3b

Browse files
committed
chore(release): update CHANGELOG.md for version 2.7.0rc2
1 parent 8cec195 commit 10d9a3b

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ These changes are available on the `master` branch, but have not yet been releas
1212

1313
### Added
1414

15+
### Changed
16+
17+
### Fixed
18+
19+
### Deprecated
20+
21+
### Removed
22+
23+
## [2.7.0rc2] - 2025-10-22
24+
25+
### Added
26+
1527
- Implemented `with_response` for interaction callbacks, adding
1628
`Interaction.callback.is_loading()` and `Interaction.callback.is_ephemeral()`.
1729
([#2711](https://github.com/Pycord-Development/pycord/pull/2711))
@@ -1218,7 +1230,8 @@ These changes are available on the `master` branch, but have not yet been releas
12181230
- Fix py3.10 UnionType checks issue.
12191231
([#1240](https://github.com/Pycord-Development/pycord/pull/1240))
12201232

1221-
[unreleased]: https://github.com/Pycord-Development/pycord/compare/v2.7.0rc1...HEAD
1233+
[unreleased]: https://github.com/Pycord-Development/pycord/compare/v2.7.0rc2...HEAD
1234+
[2.7.0rc2]: https://github.com/Pycord-Development/pycord/compare/v2.7.0rc1...v2.7.0rc2
12221235
[2.7.0rc1]: https://github.com/Pycord-Development/pycord/compare/v2.6.0...v2.7.0rc1
12231236
[2.6.1]: https://github.com/Pycord-Development/pycord/compare/v2.6.0...v2.6.1
12241237
[2.6.0]: https://github.com/Pycord-Development/pycord/compare/v2.5.0...v2.6.0

0 commit comments

Comments
 (0)