diff --git a/metadata/en-US/changelogs/26.txt b/metadata/en-US/changelogs/26.txt index a0c04677..e830001f 100644 --- a/metadata/en-US/changelogs/26.txt +++ b/metadata/en-US/changelogs/26.txt @@ -1,8 +1,10 @@ -* Took an initial whack at some plumbing to encourage internet-based discovery of open peers. -* Implemented prompt() on android so that the identities app works better. -* Fixed yet another incorrect use of the DB from the main thread, from an RPC that isn't ever hit. Hmm. -* Added c-ares for TXT record lookups. +* Took an initial whack at encouraging internet-based discovery of open peers. * Added settings to control whether replication, room, peer exchange, and account registration are allowed. +* Implemented prompt() on Android. +* Fixed some incorrect cross-thread use of the main JS context. +* Fixed yet another incorrect use of the DB from the main thread, from an RPC that isn't ever hit. Hmm. +* Minor admin layout fixes. +* Added c-ares for TXT record lookups. * Latest libsodium-stable. * Latest libbacktrace. * Latest CodeMirror.