Add recent changes

This commit is contained in:
Akinori MUSHA 2015-09-03 13:32:09 +09:00
parent b62bf8637d
commit 6edf4d7c1e

View file

@ -1,5 +1,10 @@
# Changes
* Sep 2, 2015 - WebRequestConcern Agents automatically decode gzip/inflate encodings.
* Sep 1, 2015 - WebhookAgent can configure allowed verbs (GET, POST, PUT, ...) for incoming requests.
* Aug 21, 2015 - PostAgent supports "xml" as `content_type`.
* Aug 3, 2015 - Dry Run allows user to input an event payload.
* Aug 1, 2015 - Huginn now requires Ruby >=2.0 to run.
* Jul 30, 2015 - RssAgent can configure the order of events created via `events_order`.
* Jul 29, 2015 - WebsiteAgent can configure the order of events created via `events_order`.
* Jul 29, 2015 - DataOutputAgent can configure the order of events in the output via `events_order`.