Don’t let your friends dump git logs into changelogs. Version 1.0.0
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Require secure nokogiri >= 1.14.3
- Require nokogiri >= 1.13.3
- Allow nokogiri 1.12.x, by @claudio.
- Allow nokogiri 1.11.x, by @ccutrer.
- Allow nokogiri 1.10.x, by @ccutrer.
1.0.7 - 2018-06-04
- extra_query_string pseudo-param can be used to pass additional query string content to API calls, by @artur79.