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
+15-7Lines changed: 15 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,21 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
5
5
6
6
## [Unreleased]
7
7
### Added
8
-
-`ChatAction` class to simplify chat action selection.
9
-
- Telegram Games platform!
10
-
- Ability to set custom MySQL port.
11
8
### Changed
12
-
-[:exclamation:][unreleased-bc-rename-constants] Rename and ensure no redefinition of constants: `BASE_PATH` -> `TB_BASE_PATH`, `BASE_COMMANDS_PATH` -> `TB_BASE_COMMANDS_PATH`.
13
9
### Deprecated
14
10
### Removed
15
11
### Fixed
16
12
### Security
17
13
14
+
## [0.54.0] - 2018-07-21
15
+
:exclamation: After updating to this version, you will need to execute the [SQL migration script][0.54.0-sql-migration] on your database.
16
+
### Added
17
+
-`ChatAction` class to simplify chat action selection.
18
+
- Telegram Games platform!
19
+
- Ability to set custom MySQL port.
20
+
### Changed
21
+
-[:exclamation:][0.54.0-bc-rename-constants] Rename and ensure no redefinition of constants: `BASE_PATH` -> `TB_BASE_PATH`, `BASE_COMMANDS_PATH` -> `TB_BASE_COMMANDS_PATH`.
22
+
18
23
## [0.53.0] - 2018-04-01
19
24
:exclamation: After updating to this version, you will need to execute the [SQL migration script][0.53.0-sql-migration] on your database.
20
25
### Added
@@ -208,10 +213,12 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
0 commit comments