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
❗ Return an empty array for Entity properties with no items, instead of null. (#969)
TelegramLog now adheres to PSR-3LoggerInterface and allows custom logger implementations. (#964)
Deprecated
Old logging that uses Monolog still works but will be removed in the near future. Use TelegramLog::initialize($logger, $update_logger); from now on. (#964)
❗StartCommand is now a UserCommand (not SystemCommand any more). (#970)