Skip to content

Commit c63bbbd

Browse files
committed
Update changelog for Bot API 7.0
1 parent 6c3eeaf commit c63bbbd

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

CHANGELOG.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
55

66
## [Unreleased]
77
### Notes
8-
- [:ledger: View file changes][Unreleased]
8+
- [:ledger: View file changes][Unreleased][:page_with_curl: DB migration script][unreleased-sql-migration]
9+
- [:exclamation:][unreleased-bc-minimum-php-81] PHP 8.1+ required!
910
### Added
11+
- Bot API 7.0 (@noplanman, @TiiFuchs) (#1459)
1012
### Changed
11-
BC
12-
Renamed the class KeyboardButtonRequestUser to KeyboardButtonRequestUsers.
13-
Renamed the field request_user to request_users in KeyboardButton.
14-
Renamed DB field message.user_shared to message.users_shared.
15-
13+
- [:exclamation:][unreleased-bc-user-to-users] Various fields have been pluralised from "user" to "users".
1614
### Deprecated
1715
### Removed
1816
### Fixed
@@ -639,6 +637,9 @@ BC
639637
### Deprecated
640638
- Move `hideKeyboard` to `removeKeyboard`.
641639

640+
[unreleased-sql-migration]: https://github.com/php-telegram-bot/core/tree/develop/utils/db-schema-update/0.82.0-unreleased.sql
641+
[unreleased-bc-unreleased-bc-minimum-php-81]: https://github.com/php-telegram-bot/core/wiki/Breaking-backwards-compatibility#minimum-php-81
642+
[unreleased-bc-unreleased-bc-user-to-users]: https://github.com/php-telegram-bot/core/wiki/Breaking-backwards-compatibility#user-to-users
642643
[0.82.0-sql-migration]: https://github.com/php-telegram-bot/core/tree/master/utils/db-schema-update/0.81.0-0.82.0.sql
643644
[0.81.0-sql-migration]: https://github.com/php-telegram-bot/core/tree/master/utils/db-schema-update/0.80.0-0.81.0.sql
644645
[0.80.0-sql-migration]: https://github.com/php-telegram-bot/core/tree/master/utils/db-schema-update/0.79.0-0.80.0.sql

0 commit comments

Comments
 (0)