README.md in keen-0.8.3 vs README.md in keen-0.8.4
- old
+ new
@@ -295,11 +295,14 @@
If you write a script that uses `publish_async`, you need to keep the script alive long enough for the call(s) to complete.
EventMachine itself won't do this because it runs in a different thread. Here's an [example gist](https://gist.github.com/dzello/7472823) that shows how to exit the process after the event has been recorded.
### Changelog
+##### 0.8.4
++ Add support for getting [project details](https://keen.io/docs/api/reference/#project-row-resource)
+
##### 0.8.3
-+ Add support for getting a list of a projects collections
++ Add support for getting a list of a [project's collections](https://keen.io/docs/api/reference/#event-resource)
##### 0.8.2
+ Add support for `median` and `percentile` analysis
+ Support arrays for extraction `property_names` option