Browse Source

Update changelog

tags/v0.11.0-beta
Daniel Oaks 6 years ago
parent
commit
0e4e074d43
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      CHANGELOG.md

+ 3
- 0
CHANGELOG.md View File

@@ -27,6 +27,8 @@ New release of Oragono!
27 27
 * Added listening support for unix sockets.
28 28
 * Added new Brazilian Portuguese translation (thanks to [Alexandre Oliveira](https://github.com/RockyTV)!)).
29 29
 * Added new French translation (thanks to [Joshua](https://github.com/joshk0)!).
30
+* Added new subcommands to `CHANSERV`, including:
31
+    * `OP` to op yourself or the given user (can only be run by channel founders).
30 32
 * Added new subcommands to `NICKSERV`, including:
31 33
     * `DROP` to de-associate a nickname from your current account.
32 34
     * `GHOST` to remove the given client (if they're logged in with your user account).
@@ -34,6 +36,7 @@ New release of Oragono!
34 36
     * `IDENTIFY` to login to an account.
35 37
     * `INFO` to see information about the given (or your own) account.
36 38
     * `REGISTER` to register an account.
39
+    * `UNREGISTER` to delete your account.
37 40
 * Added new Turkish translation (thanks to [Yaser](https://crowdin.com/profile/Apsimati)!).
38 41
 * Added proposed IRCv3 capabilities [`draft/languages`](https://gist.github.com/DanielOaks/8126122f74b26012a3de37db80e4e0c6) and [`draft/resume`](https://github.com/ircv3/ircv3-specifications/pull/306).
39 42
 * Added the ability to associate multiple nicknames with your account, and enforce nickname ownership.

Loading…
Cancel
Save