|
@@ -1,5 +1,11 @@
|
|
|
# PeerJS Changelog
|
|
|
|
|
|
+## Version 0.3.6 beta (3 Dec 2013)
|
|
|
+* Workaround for hitting Chrome 31+ buffer limit.
|
|
|
+* Add `.bufferSize` to DataConnection to indicate the size of the buffer queue.
|
|
|
+* Add `.dataChannel` to DataConnection as an alias for `._dc`, which contains
|
|
|
+ the RTCDataChannel object associated with the DataConnection.
|
|
|
+
|
|
|
## Version 0.3.5 beta (26 Nov 2013)
|
|
|
* Fix bug where chunks were being emitted.
|
|
|
|