CHANGELOG.md in angelo-0.2.2 vs CHANGELOG.md in angelo-0.2.3

- old
+ new

@@ -1,7 +1,22 @@ changelog ========= +### 0.2.3 28 oct 2014 + +thanks: @mighe, @chewi + +* add flag (default: false) to `Base.run` to trap INT and sleep or not +* add `Base.run!` which calls `.run` with flag set true +* fix for form params keys with no values + +### 0.2.2 22 oct 2014 + +thanks: @chewi + +* add on_close setter to EventSource +* fix peeraddr forward on EventSource + ### 0.2.1 7 oct 2014 thanks: @chewi * fix stash socket iteration error handling (#11)