1
0
зеркало из https://github.com/glebtv/telegram-bot.git synced 2026-09-08 03:45:52 +03:00
Этот коммит содержится в:
Max Melentiev
2016-06-02 21:36:05 +03:00
родитель 9ba5a817cd
Коммит 995cde5607
3 изменённых файлов: 22 добавлений и 1 удалений

Просмотреть файл

@@ -1,3 +1,14 @@
# 0.8.0
- Fixed `#reply_with`, now it sets `reply_to_message_id` as it's supposed to.
Added `#respond_with` which works the same way, but doesn't set `reply_to_message_id`.
Please, replace all occurrences of `reply_with` to `respond_with` to
keep it working the old way.
- Fixes for Rails 5:
- Controller callbacks
- Middleware
- Setup travis builds
# 0.7.4
- Rails 5 support by @dreyks (#4).