Przeglądaj źródła

realization at 4am that this should be sorted b-a.

Michelle Bu 12 lat temu
rodzic
commit
4bca76078e
1 zmienionych plików z 5 dodań i 5 usunięć
  1. 5 5
      changelog.md

+ 5 - 5
changelog.md

@@ -1,10 +1,5 @@
 # PeerJS Changelog
 
-## Version 0.1.7 (6 Mar 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.
@@ -12,3 +7,8 @@
 * 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.
+
+## Version 0.1.7 (6 Mar 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)