CHANGELOG.md in demandbase-0.1.1 vs CHANGELOG.md in demandbase-0.1.2
- old
+ new
@@ -1,7 +1,17 @@
+# 0.1.2
+
+* `Demandbase::lookup()` now returns nil if no record is found.
+
+* Added some new Error classes to
+ * raises a `Demandbase::RTIDNotSetError` if a RTID key is not set.
+ * raises a `Demandbase::ParseError `if the domain doesn't look legit.
+ * raises a `Demandbase::ServerError` if the Demandbase server is unresponsive.
+
+
# 0.1.1
-* Add support for subdomains, email addresses, etc. e.g. the following now work:
+* Added support for subdomains, email addresses, etc. e.g. the following now work:
```ruby
Demandbase::Record.new "www.github.com",
Demandbase::Record.new "developer.github.com/",
Demandbase::Record.new "http://www.github.com/",
\ No newline at end of file