You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,20 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
5
5
6
6
## [Unreleased]
7
7
### Added
8
-
- Callbacks can be added to be executed when callback queries are called.
9
-
- New Bot API 3.1 changes (#550).
10
-
-`/cleanup` command for admins, that cleans out old entries from the DB.
11
8
### Changed
12
-
-[:exclamation:][unreleased-bc-request-class-refactor] Big refactor of the `Request` class, removing most custom method implementations.
13
9
### Deprecated
14
10
### Removed
15
11
### Fixed
16
12
### Security
17
13
14
+
## [0.46.0] - 2017-07-15
15
+
### Added
16
+
- Callbacks can be added to be executed when callback queries are called.
17
+
- New Bot API 3.1 changes (#550).
18
+
-`/cleanup` command for admins, that cleans out old entries from the DB.
19
+
### Changed
20
+
-[:exclamation:][0.46.0-bc-request-class-refactor] Big refactor of the `Request` class, removing most custom method implementations.
21
+
18
22
## [0.45.0] - 2017-06-25
19
23
**Note:** After updating to this version, you will need to execute the [SQL migration script](https://github.com/php-telegram-bot/core/tree/0.45.0/utils/db-schema-update/0.44.1-0.45.0.sql) on your database.
20
24
### Added
@@ -125,7 +129,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
0 commit comments