Update CHANGES.md

Andrew Cantino 9 年之前
父節點
當前提交
e3aefc0fc6
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      CHANGES.md

+ 5 - 0
CHANGES.md

@@ -1,5 +1,10 @@
1 1
 # Changes
2 2
 
3
+* Feb 26, 2016   - Added TwitterFavorites Agent for following the favorites of a Twitter user. Thanks @jngai and @bigretromike!
4
+* Feb 26, 2016   - Added HttpStatusAgent for pinging web servers and returning the resulting HTTP status code. Thanks @darrencauthon!
5
+* Feb 20, 2016   - A `from` option can now be specified on email agents. (If you're using Gmail, it may still show your normal address unless you add the new address as a valid sender on the account.)
6
+* Feb 20, 2016   - Added a recommended PORT to the .env.example file.
7
+* Feb 15, 2016   - Allow usage of spring in development by setting SPRING in .env.
3 8
 * Feb 14, 2016   - Bug fix: missing Credential no longer 500 errors during an import.
4 9
 * Feb 12, 2016   - Add `no_bulk_receive!` option to ensure Events are processed individually in certain Agents.
5 10
 * Feb 7, 2016    - Add `http_success_codes` option to the WebsiteAgent to treat more than just 200 as success codes.