From eda50d2d1ed65ff40f0b85f8dc089d2c50ff6dd9 Mon Sep 17 00:00:00 2001 From: Nick Martin Date: Fri, 27 Sep 2013 14:38:47 -0700 Subject: [PATCH] add history.md note --- History.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/History.md b/History.md index 4154280e35..c8c64063d2 100644 --- a/History.md +++ b/History.md @@ -21,6 +21,9 @@ running on Linux machines with glibc 2.9 or newer (Ubuntu 10.04+, RHEL and CentOS 6+, Fedora 10+, Debian 6+). +* Support OAuth1 services that require request token secrets as well as + authentication token secrets. #1253 + ## v0.6.5.1 * Fix syntax errors on lines that end with a backslash. #1326