2012-06-28 Jérémy Zurcher <jeremy@asynk.ch>
	* release : 0.0.7
	* yard documentation completed
	* add link and board JSON ready examples
	* link_value is an Hash -> fix possible bugs
	* use ruby Array instead of comma separated Strings (destinations,keys)
	* implement SYS_ACT_ADD_ROOM system action
	* implement ACT_PASS_THROUGH application action
	* add Particle #merged_length, #each_merged
	* add Board #keep!, flush!

2012-06-13 Jérémy Zurcher <jeremy@asynk.ch>
	* release : 0.0.6 (edoors)
	* add bin
	* add examples
	* project rename, iotas -> edoors-ruby
	* clean up Room routing algo
	* Spin accepts top level object which are not Rooms
	* enhance direct routing through Door#send_p destination parameter
	* enhance Particle#init! and Particle#reset! action and usage

2012-06-13 Jérémy Zurcher <jeremy@asynk.ch>
	* release : 0.0.5 (iotas)
	* for project name change notification

2012-06-02 Jérémy Zurcher <jeremy@asynk.ch>
	* release : 0.0.4
	* simplify routing algorithm
	* allow direct routing through Door#send_p action parameter

2012-05-24 Jérémy Zurcher <jeremy@asynk.ch>
	* release : 0.0.3
	* change routing algo, use Spin@world hash when door is not found locally

2012-05-18 Jérémy Zurcher <jeremy@asynk.ch>
	* first release : v0.0.2

2012-05-01 Jérémy Zurcher <jeremy@asynk.ch>
	* Project creation