From aaf774b6fe38f1516cddedd3df32f222eb3a1a45 Mon Sep 17 00:00:00 2001 From: Bartosz Blimke Date: Mon, 4 Oct 2010 22:46:08 +0100 Subject: [PATCH] Added info to changelog and readme about Curb support, implemented by Pete Higgins. --- CHANGELOG.md | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b8f7febe..39b708c2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Master +* Curb support!!! Thanks to the awesome work of Pete Higgins! + * :allow_localhost => true' now permits 0.0.0.0 in addition to 127.0.0.1 and 'localhost'. Thanks to Myron Marston and Mike Gehard for suggesting this. * Fixed issue with both Rspec 1.x and 2.x being available. diff --git a/README.md b/README.md index 3324b9578..46fe6d902 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Supported HTTP libraries * HTTPClient * Patron * EM-HTTP-Request +* Curb ##Installation @@ -530,6 +531,7 @@ People who submitted patches and new features or suggested improvements. Many th * Muness Alrubaie * Charles Li * Ryan Bigg +* Pete Higgins ## Background