diff options
| author | Kir | 2012-04-25 12:16:23 +0300 |
|---|---|---|
| committer | Kir | 2012-04-25 12:16:23 +0300 |
| commit | 67441c8bf67c9cfedce3bdf726bff1e1613e7579 (patch) | |
| tree | 7ad8bb1bce08a788028adeafb2292794d0cf8ab2 | |
| parent | cf367cbfae5fd37cf0f5379774d884796b9a0d7a (diff) | |
| download | inboxes-master.tar.bz2 | |
| -rw-r--r-- | CHANGELOG.md | 5 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..af13755 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +* 0.2.2 Bugfix #11, #16, #18, #15, #13, improved tests. `unread_for?(user)` method for messages added +* 0.2.1 RSpec test suite added. +* 0.2 #9 Added ability to attach discussion to any other model (discussable). Don't forget to update the database with upgrade migration (read more above in readme)! +* 0.1.1-0.1.5 Cancan ability logic changes, a lot of small fixes +* 0.1.0 Initial version
\ No newline at end of file @@ -79,6 +79,8 @@ You can read more about that on it's [official page](http://faye.jcoglan.com/). - Add Pusher capability - Email notifications and the ability to answer received emails like in Github issues (#7) +## [Changelog](https://github.com/evrone/inboxes/blob/master/CHANGELOG.md) + ##Contributors - [Kir Shatrov](https://github.com/kirs/) (Evrone Company) |
