aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md5
-rw-r--r--README.md2
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
diff --git a/README.md b/README.md
index e62a2f4..70f237b 100644
--- a/README.md
+++ b/README.md
@@ -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)