Michelle Bu 11 년 전
부모
커밋
bfebefcf31
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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