Bladeren bron

Update changelog.md

Michelle Bu 11 jaren geleden
bovenliggende
commit
22a988b719
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      changelog.md

+ 2 - 2
changelog.md

@@ -6,11 +6,11 @@
 * Support for WebRTC video and audio streams in both Firefox and Chrome.
 * Add `util.supports.[FEATURE]` flags, which represent the WebRTC features
   supported by your browser.
-* **Deprecate current `Peer#connections` format.** Connections will no longer be
+* **Breaking:** Deprecate current `Peer#connections` format. Connections will no longer be
   keyed by label and will instead be in a list.
 
 ### Other changes
-* **Deprecate `Peer.browser`** in favor of `util.browser`.
+* **Breaking:** Deprecate `Peer.browser` in favor of `util.browser`.
 * Additional logging levels (warnings, errors, all).
 * Additional logging functionality (`logFunction`).
 * SSL option now in config rather than automatic.