Skip to content

Commit ab3af64

Browse files
committed
Some changelog rewording
[skip ci]
1 parent f85bb01 commit ab3af64

File tree

1 file changed

+34
-32
lines changed

1 file changed

+34
-32
lines changed

CHANGELOG.md

Lines changed: 34 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
44
Exclamation symbols (:exclamation:) note something of importance e.g. breaking changes. Click them to learn more.
55

66
## [Unreleased]
7+
### Notes
8+
- [:ledger: View file changes][Unreleased]
79
### Added
810
### Changed
9-
- Touched up readme including header and badges.
10-
- Updated changelog to be more useful for external integrations like [Tidelift] and GitHub releases.
11+
- Touched up readme including header and badges. (#981)
12+
- Updated changelog to be more useful for external integrations like [Tidelift] and GitHub releases. (#981)
1113
### Deprecated
1214
### Removed
13-
- Abstract methods from `InputMedia` interface, as method annotations didn't work for propagation.
15+
- Abstract methods from `InputMedia` interface, as method annotations didn't work for propagation. (#978)
1416
### Fixed
1517
### Security
1618

1719
## [0.58.0] - 2019-06-26
1820
### Notes
19-
- [:ledger: View full changelog][0.58.0][:page_with_curl: DB migration script][0.58.0-sql-migration]
21+
- [:ledger: View file changes][0.58.0][:page_with_curl: DB migration script][0.58.0-sql-migration]
2022
- Logging now uses [PSR-3] `LoggerInterface`. Learn more about how to use it here: #964
2123
### Added
2224
- New funding and support details. (#971)
@@ -43,7 +45,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
4345

4446
## [0.57.0] - 2019-06-01
4547
### Notes
46-
- [:ledger: View full changelog][0.57.0][:page_with_curl: DB migration script][0.57.0-sql-migration]
48+
- [:ledger: View file changes][0.57.0][:page_with_curl: DB migration script][0.57.0-sql-migration]
4749
- :grey_exclamation: This is a big update and involves a bunch of MySQL database updates, so please *review the changelog carefully*.
4850

4951
### Added
@@ -59,7 +61,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
5961

6062
## [0.56.0] - 2019-04-15
6163
### Notes
62-
- [:ledger: View full changelog][0.56.0][:page_with_curl: DB migration script][0.56.0-sql-migration]
64+
- [:ledger: View file changes][0.56.0][:page_with_curl: DB migration script][0.56.0-sql-migration]
6365
- :grey_exclamation: This is a big update, so please *review the changelog carefully*!
6466
### Added
6567
- Helper for sending `InputMedia` objects using `Request::sendMediaGroup()` and `Request::editMediaMessage()` methods.
@@ -77,15 +79,15 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
7779

7880
## [0.55.1] - 2019-01-06
7981
### Notes
80-
- [:ledger: View full changelog][0.55.1]
82+
- [:ledger: View file changes][0.55.1]
8183
### Added
8284
- Add missing `Request::editMessageMedia()` and `CallbackQuery::getChatInstance()` methods. (#916)
8385
### Fixed
8486
- Return correct message type. (#913)
8587

8688
## [0.55.0] - 2018-12-20
8789
### Notes
88-
- [:ledger: View full changelog][0.55.0][:page_with_curl: DB migration script][0.55.0-sql-migration]
90+
- [:ledger: View file changes][0.55.0][:page_with_curl: DB migration script][0.55.0-sql-migration]
8991
### Added
9092
- Bot API 4.0 and 4.1 (Telegram Passport) (#870, #871)
9193
- Test PHP 7.3 with Travis. (#903)
@@ -96,13 +98,13 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
9698

9799
## [0.54.1] - 2018-10-23
98100
### Notes
99-
- [:ledger: View full changelog][0.54.1]
101+
- [:ledger: View file changes][0.54.1]
100102
### Fixed
101103
- `sendToActiveChats` now works correctly for any valid Request action. (#898)
102104

103105
## [0.54.0] - 2018-07-21
104106
### Notes
105-
- [:ledger: View full changelog][0.54.0][:page_with_curl: DB migration script][0.54.0-sql-migration]
107+
- [:ledger: View file changes][0.54.0][:page_with_curl: DB migration script][0.54.0-sql-migration]
106108
### Added
107109
- `ChatAction` class to simplify chat action selection. (#859)
108110
- Telegram Games platform! (#732)
@@ -116,7 +118,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
116118

117119
## [0.53.0] - 2018-04-01
118120
### Notes
119-
- [:ledger: View full changelog][0.53.0][:page_with_curl: DB migration script][0.53.0-sql-migration]
121+
- [:ledger: View file changes][0.53.0][:page_with_curl: DB migration script][0.53.0-sql-migration]
120122
### Added
121123
- Implemented new changes for Bot API 3.6 (streamable InputMediaVideo, connected website). (#799)
122124
- `Telegram::getLastUpdateId()` method, returns ID of the last update that was processed. (#767)
@@ -132,21 +134,21 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
132134

133135
## [0.52.0] - 2018-01-07
134136
### Notes
135-
- [:ledger: View full changelog][0.52.0]
137+
- [:ledger: View file changes][0.52.0]
136138
### Fixed
137139
- Entity relations and wrong types for payments. (#731)
138140
- Allow empty string for `switch_inline_query` and `switch_inline_query_current_chat` (InlineKeyboardButton). (#736)
139141
- Fix empty date entry for User and Chat entities, using the current timestamp instead. (#738)
140142

141143
## [0.51.0] - 2017-12-05
142144
### Notes
143-
- [:ledger: View full changelog][0.51.0][:page_with_curl: DB migration script][0.51.0-sql-migration]
145+
- [:ledger: View file changes][0.51.0][:page_with_curl: DB migration script][0.51.0-sql-migration]
144146
### Added
145147
- Implemented new changes for Bot API 3.5 (InputMedia, MediaGroup). (#718)
146148

147149
## [0.50.0] - 2017-10-17
148150
### Notes
149-
- [:ledger: View full changelog][0.50.0]
151+
- [:ledger: View file changes][0.50.0]
150152
### Added
151153
- Finish implementing payments, adding all missing type checks and docblock methods. (#647)
152154
- Implemented new changes for Bot API 3.4 (Live Locations). (#675)
@@ -159,7 +161,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
159161

160162
## [0.49.0] - 2017-09-17
161163
### Notes
162-
- [:ledger: View full changelog][0.49.0]
164+
- [:ledger: View file changes][0.49.0]
163165
### Added
164166
- Donation section and links in readme.
165167
- Missing payment methods in `Request` class.
@@ -172,7 +174,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
172174

173175
## [0.48.0] - 2017-08-26
174176
### Notes
175-
- [:ledger: View full changelog][0.48.0][:page_with_curl: DB migration script][0.48.0-sql-migration]
177+
- [:ledger: View file changes][0.48.0][:page_with_curl: DB migration script][0.48.0-sql-migration]
176178
### Added
177179
- New entities, methods, update types and inline keyboard button for Payments (Bot API 3.0).
178180
- Add new methods, fields and objects for working with stickers (Bot API 3.2).
@@ -185,15 +187,15 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
185187

186188
## [0.47.1] - 2017-08-06
187189
### Notes
188-
- [:ledger: View full changelog][0.47.1]
190+
- [:ledger: View file changes][0.47.1]
189191
### Added
190192
- Linked version numbers in changelog for easy verification of code changes.
191193
### Fixed
192194
- Private-only commands work with edited messages now too.
193195

194196
## [0.47.0] - 2017-08-06 [YANKED]
195197
### Notes
196-
- [:ledger: View full changelog][0.47.0]
198+
- [:ledger: View file changes][0.47.0]
197199
### Changed
198200
- Updated readme to latest state of 0.47.0.
199201
### Fixed
@@ -204,7 +206,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
204206

205207
## [0.46.0] - 2017-07-15
206208
### Notes
207-
- [:ledger: View full changelog][0.46.0]
209+
- [:ledger: View file changes][0.46.0]
208210
### Added
209211
- Callbacks can be added to be executed when callback queries are called.
210212
- New Bot API 3.1 changes (#550).
@@ -214,7 +216,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
214216

215217
## [0.45.0] - 2017-06-25
216218
### Notes
217-
- [:ledger: View full changelog][0.45.0][:page_with_curl: DB migration script][0.45.0-sql-migration]
219+
- [:ledger: View file changes][0.45.0][:page_with_curl: DB migration script][0.45.0-sql-migration]
218220
### Added
219221
- Documents can be sent by providing its contents via Psr7 stream (as opposed to passing a file path).
220222
- Allow setting a custom Guzzle HTTP Client for requests (#511).
@@ -236,13 +238,13 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
236238

237239
## [0.44.1] - 2017-04-25
238240
### Notes
239-
- [:ledger: View full changelog][0.44.1]
241+
- [:ledger: View file changes][0.44.1]
240242
### Fixed
241243
- Erroneous exception when using webhook without a database connection.
242244

243245
## [0.44.0] - 2017-04-25
244246
### Notes
245-
- [:ledger: View full changelog][0.44.0]
247+
- [:ledger: View file changes][0.44.0]
246248
### Added
247249
- Proper standalone `scrutinizer.yml` config.
248250
- Human-readable `last_error_date_string` for debug command.
@@ -255,7 +257,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
255257

256258
## [0.43.0] - 2017-04-17
257259
### Notes
258-
- [:ledger: View full changelog][0.43.0]
260+
- [:ledger: View file changes][0.43.0]
259261
### Added
260262
- Travis CI webhook for Support Bot.
261263
- Interval for request limiter.
@@ -270,7 +272,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
270272

271273
## [0.42.0] - 2017-04-09
272274
### Notes
273-
- [:ledger: View full changelog][0.42.0]
275+
- [:ledger: View file changes][0.42.0]
274276
### Added
275277
- Added `getBotId()` to directly access bot ID.
276278
### Changed
@@ -282,29 +284,29 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
282284

283285
## [0.41.0] - 2017-03-25
284286
### Notes
285-
- [:ledger: View full changelog][0.41.0]
287+
- [:ledger: View file changes][0.41.0]
286288
### Added
287289
- `$show_in_help` attribute for commands, to set if it should be displayed in the `/help` command.
288290
- Link to new Telegram group: `https://telegram.me/PHP_Telegram_Bot_Support`
289291
- Introduce change log.
290292

291293
## [0.40.1] - 2017-03-07
292294
### Notes
293-
- [:ledger: View full changelog][0.40.1]
295+
- [:ledger: View file changes][0.40.1]
294296
### Fixed
295297
- Infinite message loop, caused by incorrect Entity variable.
296298

297299
## [0.40.0] - 2017-02-20
298300
### Notes
299-
- [:ledger: View full changelog][0.40.0]
301+
- [:ledger: View file changes][0.40.0]
300302
### Added
301303
- Request limiter for incoming requests.
302304
### Fixed
303305
- Faulty formatting in logger.
304306

305307
## [0.39.0] - 2017-01-20
306308
### Notes
307-
- [:ledger: View full changelog][0.39.0]
309+
- [:ledger: View file changes][0.39.0]
308310
### Added
309311
- Newest bot API changes.
310312
- Allow direct access to PDO object (`DB::getPdo()`).
@@ -318,13 +320,13 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
318320

319321
## [0.38.1] - 2016-12-25
320322
### Notes
321-
- [:ledger: View full changelog][0.38.1]
323+
- [:ledger: View file changes][0.38.1]
322324
### Fixed
323325
- Usage of self-signed certificates in conjunction with the new `allowed_updates` webhook parameter.
324326

325327
## [0.38.0] - 2016-12-25
326328
### Notes
327-
- [:ledger: View full changelog][0.38.0]
329+
- [:ledger: View file changes][0.38.0]
328330
### Added
329331
- New `switch_inline_query_current_chat` option for inline keyboard.
330332
- Support for `channel_post` and `edited_channel_post`.
@@ -334,14 +336,14 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
334336

335337
## [0.37.1] - 2016-12-24
336338
### Notes
337-
- [:ledger: View full changelog][0.37.1]
339+
- [:ledger: View file changes][0.37.1]
338340
### Fixed
339341
- Keyboards that are built without using the KeyboardButton objects.
340342
- Commands that are called via `/command@botname` by correctly passing them the bot name.
341343

342344
## [0.37.0] - 2016-12-13
343345
### Notes
344-
- [:ledger: View full changelog][0.37.0]
346+
- [:ledger: View file changes][0.37.0]
345347
### Changed
346348
- Logging improvements to Botan integration.
347349
### Deprecated

0 commit comments

Comments
 (0)