Michelle Bu 11 năm trước cách đây
mục cha
commit
bfebefcf31
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      changelog.md

+ 3 - 3
changelog.md

@@ -1,17 +1,17 @@
 # PeerJS Changelog
 
-## Version 0.3.3 (2 Nov 2013)
+## Version 0.3.3 beta (2 Nov 2013)
 * Fix exceptions when peer emits errors upon creation
 * Remove extra commas
 
-## Version 0.3.2 (25 Oct 2013)
+## Version 0.3.2 beta (25 Oct 2013)
 * Use SCTP in Chrome 31+.
 * Work around Chrome 31+ tab crash. The crashes were due to Chrome's lack of support for the `maxRetransmits` parameter for modifying SDP.
 * Fix exceptions in Chrome 29 and below.
 * DataChannels are unreliable by default in Chrome 30 and below. In setting
   reliable to `true`, the reliable shim is used only in Chrome 30 and below.
 
-## Version 0.3.1 (19 Oct 2013)
+## Version 0.3.1 beta (19 Oct 2013)
 * Updated docs and examples for TURN server usage
 * Fixed global variable leak
 * DataConnections now have reliable: false by default. This will switch to on when reliable: true works in more browsers