What's Changed
- Fix typo in CHANGELOG [ci skip] by @olleolleolle in https://github.com/vcr/vcr/pull/1035
- Provide a 'Changelog' link on rubygems.org/gems/vcr by @mark-young-atg in https://github.com/vcr/vcr/pull/1036
- Remove unnecessary "".respond_to?(:encoding) checks by @andrehjr in https://github.com/vcr/vcr/pull/1043
- Do not raise an exception if the body is missing from the respons...