README.md in keen-0.7.5 vs README.md in keen-0.7.6
- old
+ new
@@ -224,9 +224,12 @@
To track email opens, simply add an image to your email template that points to this URL.
### Changelog
+##### 0.7.6
++ Explicitly require `CGI`.
+
##### 0.7.5
+ Use `CGI.escape` instead of `URI.escape` to get accurate URL encoding for certain characters
##### 0.7.4
+ Add support for deletes (thanks again [cbartlett](https://github.com/cbartlett)!)