From 3d31a60602af702887be73bdd403229897eec6e7 Mon Sep 17 00:00:00 2001
From: Romain Ruetschi <romain@informal.systems>
Date: Wed, 13 Mar 2024 20:50:50 +0100
Subject: [PATCH] Update changelog entry for #1379

---
 .changelog/unreleased/improvements/1379-rpc-http-timeout.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.changelog/unreleased/improvements/1379-rpc-http-timeout.md b/.changelog/unreleased/improvements/1379-rpc-http-timeout.md
index 54495f50c..70ca8aaa7 100644
--- a/.changelog/unreleased/improvements/1379-rpc-http-timeout.md
+++ b/.changelog/unreleased/improvements/1379-rpc-http-timeout.md
@@ -1,2 +1,4 @@
-- Add request timeout for the RPC HttpClient
-  ([\#1379](https://github.com/informalsystems/tendermint-rs/issues/1379))
\ No newline at end of file
+- Allow specifying a request timeout for the RPC `HttpClient`.
+  `http::Builder` now provides a `.timeout(Duration)` method to specify the request timeout.
+  If not specified, the default value is 30 seconds.
+  ([\#1379](https://github.com/informalsystems/tendermint-rs/issues/1379))