Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noplanman committed Jul 10, 2017
1 parent fab9951 commit 6e54a83
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 52 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,20 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c

## [Unreleased]
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security

## [1.2.0] - 2017-07-10
### Added
- Custom output callback can be defined for getUpdates method.
### Changed
- Default output of getUpdates method now shows the message type or query text, not the text message content.
### Deprecated
### Removed
### Fixed
- GetUpdates method would crash if a non-text message was sent.
### Security

## [1.1.0] - 2017-05-23
### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"require": {
"php": "^7.0",
"longman/telegram-bot": "^0.44",
"longman/telegram-bot": "^0.45",
"longman/ip-tools": "^1.2"
},
"require-dev": {
Expand Down
101 changes: 52 additions & 49 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6e54a83

Please sign in to comment.