浏览代码

Revert "1.8.0"

This reverts commit 0d2e0dfaa3220d05776ef32984d55f4fd8a61238.
Michelle Bu 12 年之前
父节点
当前提交
da4c0858da
共有 1 个文件被更改,包括 2 次插入7 次删除
  1. 2 7
      changelog.md

+ 2 - 7
changelog.md

@@ -1,14 +1,9 @@
 # PeerJS Changelog
 
-## Version 0.1.7 (6 Mar 2013)
+## Version 0.1.7 (Mar 6 2013)
 * Add experimental `reliable` messaging option. [See documentation.](https://github.com/peers/peerjs/blob/master/docs/api.md#experimental-reliable-and-large-file-transfer)
 * Fix bug where the ID /GET request was cached and so two Peers created simultaneously would get the same ID: [See issue.](https://github.com/peers/peerjs-server/issues/2)
 * Add support for relative hostname. [See documentation.](https://github.com/peers/peerjs/blob/master/docs/api.md#new-peerid-options)
 
-## Version 0.2.0 (24 Mar 2013)
-* **Warning**: this build introduces the following API changes that may break existing code.
-  * `peer.connections` is no longer a hash mapping peer IDs to connections.
-  * Connections no longer emit errors from `PeerConnection`; `PeerConnection` errors are now forwarded to the `Peer` object.
+## Version 0.1.8 (Pending)
 * Add support for multiple DataConnections with different labels.
-* Update Reliable version to support faster file transfer.
-* Fix bug where using XHR streaming to broker a connection occasionally fails.