From ba7d09354a5bbe552a863ea3927199932fe76832 Mon Sep 17 00:00:00 2001 From: Cory Benfield Date: Mon, 5 Oct 2015 15:57:05 +0100 Subject: [PATCH] Changelog for #2785. --- HISTORY.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 2c1c2b13..4ac66ce0 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -20,6 +20,8 @@ Release History exceptions to be thrown. - Change to bundled projects import logic to make it easier to unbundle requests downstream. +- Changed the default User-Agent string to avoid leaking data on Linux: now + contains only the requests version. **Bugfixes**