Commit c04f690c authored by JC Brand's avatar JC Brand

Remove old docs and move CHANGES.md to root

parent 5e783e70
Converse.js API
===============
Done:
-----
* initialize
TBD:
----
* log in
* log out
* open a chat box
* close a chat box
* toggle a chat box
* change user's presence status
* change user's custom message
- Run tests
make check
- make the release
make release VERSION=0.6.4
- Tag
git tag -s v0.6.4 -m 'Release of version 0.6.4'
- Push
git push origin master --tags
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment