From 32d4fa1023263f9383129270faaddb8907a8c876 Mon Sep 17 00:00:00 2001 From: David-Lor <17401854+David-Lor@users.noreply.github.com> Date: Fri, 19 Apr 2024 17:28:20 +0200 Subject: [PATCH] docs(release): version 2.6.0 changelog --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index bfcd30f..e624cbf 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,12 @@ _Bot de Telegram que permite consultar las paradas y autobuses que se dirigen a ## Changelog +- 2.6.0 + - update deprecated Stop messages with a warning + - include calculated arrival time (HH:MM) on buses + - avoid logging warnings on 404 HTTP responses + - allow loading settings from an arbitrary env file specified by the ENV_FILE env var + - upgrade requirements versions - 2.5.1 - fix error handling for HTTP timeouts - return the request id on error messages (only normal messages, not inline replies)