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
+28-18Lines changed: 28 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -6,28 +6,36 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
6
6
## [Unreleased]
7
7
### Notes
8
8
-[:ledger: View file changes][Unreleased]
9
-
-:exclamation: Built-in logging (Monolog) has been removed, a custom PSR-3 logger must be used now! (see #964 for more info)
10
9
### Added
11
-
- Code snippet in `GenericmessageCommand` to keep obsolete service message system commands working.
12
-
- Static boolean property `SystemCommand::$execute_deprecated` (must be assigned before handling the request) to try and execute any deprecated system command.
13
-
- Improved MySQL DB index for `message` table, making the clean much faster on bigger databases. (Thanks to @damianperez)
14
-
-`/cleanup` command now supports dry run which simply outputs all queries that would be run.
15
10
### Changed
16
-
- Small readme and code fixes / simplifications.
17
-
- Upgrade PHPUnit to 8.x and PHPCS to 3.5. For tests now minimum PHP version is 7.2.
18
-
- Updated updates log importer (requires PHP7+).
19
11
### Deprecated
20
12
### Removed
21
-
- Service message system commands, which are now handled by `GenericmessageCommand`.
22
-
-[:exclamation:][unreleased-bc-remove-monolog-from-core] Monolog has been removed as built-in logging engine.
23
-
- Assets have been moved to a dedicated repository.
24
13
### Fixed
25
-
- Boolean value for Polls gets saved correctly in MySQL DB.
26
-
- Correctly use `Request::answerInlineQuery` in `InlineQuery::answer`.
27
-
- PSR-12 incompatibilities in the codebase.
28
-
- Improved and corrected `/cleanup` command.
29
14
### Security
30
15
16
+
## [0.61.0] - 2019-11-02
17
+
### Notes
18
+
-[:ledger: View file changes][0.61.0] ∙ [:page_with_curl: DB migration script][0.61.0-sql-migration]
19
+
-:exclamation: Built-in logging (Monolog) has been removed, a custom PSR-3 logger must be used now! (see #964 for more info)
20
+
### Added
21
+
- Code snippet in `GenericmessageCommand` to keep obsolete service message system commands working. (#999)
22
+
- Static boolean property `SystemCommand::$execute_deprecated` (must be assigned before handling the request) to try and execute any deprecated system command. (#999)
23
+
- Improved MySQL DB index for `message` table, making the cleanup much faster on bigger databases. (Thanks to @damianperez) (#1015)
24
+
-`/cleanup` command now supports dry run which simply outputs all queries that would be run. (#1015)
25
+
### Changed
26
+
- Small readme and code fixes / simplifications. (#1001)
27
+
- Upgrade PHPUnit to 8.x and PHPCS to 3.5. For tests now minimum PHP version is 7.2. (#1008)
0 commit comments