From c066ae4c71b53d48973837de636d1805af900e28 Mon Sep 17 00:00:00 2001 From: Veres Lajos Date: Thu, 4 Dec 2014 21:15:42 +0000 Subject: [PATCH] typofixes - https://github.com/vlajos/misspell_fixer --- CHANGELOG.md | 4 ++-- UPGRADING.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e997e1043..23740b3a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -359,7 +359,7 @@ interfaces. * Bug fix: FilterIterator now relies on `\Iterator` instead of `\Traversable`. * Bug fix: Gracefully handling malformed responses in RequestMediator::writeResponseBody() * Bug fix: Replaced call to canCache with canCacheRequest in the CallbackCanCacheStrategy of the CachePlugin -* Bug fix: Visiting XML attributes first before visting XML children when serializing requests +* Bug fix: Visiting XML attributes first before visiting XML children when serializing requests * Bug fix: Properly parsing headers that contain commas contained in quotes * Bug fix: mimetype guessing based on a filename is now case-insensitive @@ -517,7 +517,7 @@ interfaces. ## 3.5.0 - 2013-05-13 * Bug: Fixed a regression so that request responses are parsed only once per oncomplete event rather than multiple times -* Bug: Better cleanup of one-time events accross the board (when an event is meant to fire once, it will now remove +* Bug: Better cleanup of one-time events across the board (when an event is meant to fire once, it will now remove itself from the EventDispatcher) * Bug: `Guzzle\Log\MessageFormatter` now properly writes "total_time" and "connect_time" values * Bug: Cloning an EntityEnclosingRequest now clones the EntityBody too diff --git a/UPGRADING.md b/UPGRADING.md index d0f55bc35..ee8c39dd4 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -503,7 +503,7 @@ allow developers to more easily extend and decorate stream behavior. ## Metadata streams `GuzzleHttp\Stream\MetadataStreamInterface` has been added to denote streams -that contain additonal metadata accessible via `getMetadata()`. +that contain additional metadata accessible via `getMetadata()`. `GuzzleHttp\Stream\StreamInterface::getMetadata` and `GuzzleHttp\Stream\StreamInterface::setMetadata` have been removed.