This commit is contained in:
Andrew Cantino 2013-03-24 13:01:09 -07:00
parent becf4ede42
commit 24d7af69ec
2 changed files with 2 additions and 0 deletions

View file

@ -1,4 +1,5 @@
# Changes
* March 24, 2013 (Huginn 0.1) - Refactored loading of Agents for `check` and `receive` to use ids instead of full objects. This should fix the too-large delayed_job issues. Added `system_timer` and `fastercsv` to the Gemfile for the Ruby 1.8 platform.
* March 18, 2013 - Added Wiki page about the [Agent API](https://github.com/cantino/huginn/wiki/Creating-a-new-agent).
* March 17, 2013 - Switched to JSONPath for defining paths through JSON structures. The WebsiteAgent can now scrape and parse JSON.

1
VERSION Normal file
View file

@ -0,0 +1 @@
0.1