HISTORY.md in createsend-4.0.0 vs HISTORY.md in createsend-4.0.1
- old
+ new
@@ -1,7 +1,12 @@
# createsend-ruby history
+## v4.0.1 - 3 May, 2014
+
+* This is a patch release which only changes development dependencies.
+* Removed development dependency on `shoulda` and added more suitable dependency on `shoulda-context` instead.
+
## v4.0.0 - 19 Feb, 2014
* Removed `CreateSend::CreateSend#apikey` to promote using OAuth rather than basic auth with an API key.
* Started using the `https://api.createsend.com/api/v3.1/` API endpoint.
* Added support for new segments structure.
@@ -21,10 +26,10 @@
You would _now_ do this:
```ruby
rule_groups = [ { :Rules => [ { :RuleType => "EmailAddress", :Clause => "CONTAINS example.com" } ] } ]
```
-
+
* The Add Rule call is now Add Rule Group, taking a collection of rules in a single `rule_group` argument instead of separate `subject` & `clauses` arguments.
```ruby
CreateSend::Segment.add_rule_group(rule_group)
```