Skip to content

Commit 6e54a83

Browse files
committed
Version 1.2.0
1 parent fab9951 commit 6e54a83

File tree

3 files changed

+61
-52
lines changed

3 files changed

+61
-52
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,20 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
55

66
## [Unreleased]
77
### Added
8+
### Changed
9+
### Deprecated
10+
### Removed
11+
### Fixed
12+
### Security
13+
14+
## [1.2.0] - 2017-07-10
15+
### Added
816
- Custom output callback can be defined for getUpdates method.
917
### Changed
1018
- Default output of getUpdates method now shows the message type or query text, not the text message content.
1119
### Deprecated
12-
### Removed
1320
### Fixed
1421
- GetUpdates method would crash if a non-text message was sent.
15-
### Security
1622

1723
## [1.1.0] - 2017-05-23
1824
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"require": {
2121
"php": "^7.0",
22-
"longman/telegram-bot": "^0.44",
22+
"longman/telegram-bot": "^0.45",
2323
"longman/ip-tools": "^1.2"
2424
},
2525
"require-dev": {

composer.lock

Lines changed: 52 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)