Remove deprecated API and update changelog.

This commit is contained in:
JC Brand 2016-02-16 07:50:52 +00:00
parent da0c858fe0
commit a687e87e01
2 changed files with 4 additions and 8 deletions

View File

@ -7,10 +7,12 @@
the build. [jcbrand]
- Don't play sound notifications for OTR messages which are setting up an
encrypted session. [jcbrand]
- Save scroll position on minimize and restore it on maximize [rlanvin]
- #261 show_controlbox_by_default config not working [diditopher]
- Removed the `account.logout` API, instead use `user.logout`. [jcbrand]
- #261 `show_controlbox_by_default` config not working [diditopher]
- #566 Do not steal the focus when the chatbox opens automatically [rlanvin]
- #573 xgettext build error: `'javascript' unknown` [jcbrand]
- #587 Fix issue when logging out with `auto_logout=true` [davec82]
- #589 Save scroll position on minimize and restore it on maximize [rlanvin]
## 0.10.1 (2016-02-06)

View File

@ -5033,12 +5033,6 @@
'disconnect': function () {
converse.connection.disconnect();
},
'account': {
// XXX: Deprecated, will be removed with next non-minor release
'logout': function () {
converse.logOut();
}
},
'user': {
'logout': function () {
converse.logOut();