Browse Source

Update changelog

JC Brand 5 years ago
parent
commit
4b62678e2f
1 changed files with 7 additions and 9 deletions
  1. 7 9
      CHANGES.md

+ 7 - 9
CHANGES.md

@@ -1,12 +1,7 @@
 # Changelog
 
-
 ## 7.0.0 (Unreleased)
 
-- [muc_fetch_members](https://conversejs.org/docs/html/configuration.html#muc-fetch-members) now also accepts an array of affiliations to fetch.
-- Replace Backbone with [Skeletor](https://github.com/skeletorjs/skeletor)
-- Start using [lit-html](https://lit-html.polymer-project.org/) instead of lodash for templating.
-- Bugfix. Handle stanza that clears the MUC subject
 - #1313: Stylistic improvements to the send button
 - #1535: Add option to destroy a MUC
 - #1793: Send button doesn't appear in Firefox in 1:1 chats
@@ -16,11 +11,14 @@
     and [muc_roomid_policy_hint](https://conversejs.org/docs/html/configuration.html#muc-roomid-policy-hint)
 - #1826: A user can now add himself as a contact
 - #1839: Headline messages are shown in controlbox
-- Allow ignore bootstrap modules at build using environment variable: BOOTSTRAP_IGNORE_MODULES="Modal,Dropdown".
-  example: export BOOTSTRAP_IGNORE_MODULES="Modal,Dropdown" && make dist
-- New config option [modtools_disable_query](https://conversejs.org/docs/html/configuration.html#modtools-disable-query)
+- #1896: Don't send receipts for messages fetched from the archive 
+- Allow ignoring of bootstrap modules at build using environment variable. For xample: `export BOOTSTRAP_IGNORE_MODULES="Modal,Dropdown" && make dist`
+- Bugfix. Handle stanza that clears the MUC subject
 - New config option [modtools_disable_assign](https://conversejs.org/docs/html/configuration.html#modtools-disable-assign)
-- #1896: Sending receipts for messages fetched from the archive 
+- New config option [modtools_disable_query](https://conversejs.org/docs/html/configuration.html#modtools-disable-query)
+- Replace Backbone with [Skeletor](https://github.com/skeletorjs/skeletor)
+- Start using [lit-html](https://lit-html.polymer-project.org/) instead of lodash for templating.
+- [muc_fetch_members](https://conversejs.org/docs/html/configuration.html#muc-fetch-members) now also accepts an array of affiliations to fetch.
 
 ## 6.0.0 (2020-01-09)