Skip to content

Commit d5d54fb

Browse files
committed
Added additional changelog entries
1 parent b2bddb2 commit d5d54fb

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1010

1111
- Your contribution here!
1212

13+
### Added
14+
- `Drip::Client#url_prefix` method to enable pointing client at different endpoints (mostly useful for internal testing and mocking).
15+
16+
### Changed
17+
- Switched from Faraday to Net::HTTP. This also removes the `Drip::Client#connection` method, as it directly exposed Faraday.
18+
19+
### Removed
20+
- Removed deprecated `#create_purchase` call.
21+
1322
## [2.0.0] - 2018-03-27
1423

1524
[2.0.0]: https://github.com/DripEmail/drip-ruby/compare/v1.0.0...v2.0.0

0 commit comments

Comments
 (0)