CHANGELOG.md in rspec-request_describer-0.0.7 vs CHANGELOG.md in rspec-request_describer-0.0.8
- old
+ new
@@ -1,20 +1,23 @@
+## 0.0.8
+- Use more sophisticated method capture pattern
+
## 0.0.7
-* Add `send_request` to explicitly call `subject` (Thx @lazywei)
+- Add `send_request` to explicitly call `subject` (Thx @lazywei)
## 0.0.6
-* Allow any non-space characters in URL path
+- Allow any non-space characters in URL path
## 0.0.5
-* Allow hyphen in path
+- Allow hyphen in path
## 0.0.4
-* Define HTTPS as reserved header name
+- Define HTTPS as reserved header name
## 0.0.3
-* Remove dependency on ActiveSupport's `Object#in?`
+- Remove dependency on ActiveSupport's `Object#in?`
## 0.0.2
-* Support RSpec 3
+- Support RSpec 3
## 0.0.1
-* 1st Release
+- 1st Release