Skip to content

Commit

Permalink
Fix: Typo (alexdebril#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark authored Dec 7, 2022
1 parent 1027779 commit ed94a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADE-6.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Several major changes in version 6.0:
- Requires PHP 8.1
- The factory has been removed. Use `new` to construct your FeedIO instance: `new \FeedIo\FeedIo($client, $logger)`
- Feed IO comes no longer bundled with a default HTTP client, but uses HTTPlug instead. To continue using Guzzle, please require `php-http/guzzle7-adapter`.
- Feed IO does no longer set a custom user agent. However, HTTP clients ususally add a default themselves. If the feed you want to read requires a specific user agent, please configure your HTTP client accordingly, before you inject it into Feed IO.
- Feed IO does no longer set a custom user agent. However, HTTP clients usually add a default themselves. If the feed you want to read requires a specific user agent, please configure your HTTP client accordingly, before you inject it into Feed IO.

0 comments on commit ed94a3c

Please sign in to comment.