From 39871a5af80baf334af8c981ed1b355f8567dbb0 Mon Sep 17 00:00:00 2001 From: Michelle Bu Date: Sun, 13 Apr 2014 22:35:41 -0700 Subject: [PATCH] Update changelog --- changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog.md b/changelog.md index 7649b54..39039da 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # PeerServer Changelog +### 0.2.4 + +* Takes a `path` option, which the peer server will append PeerJS routes to. +* Add support for configurable server IP address. + ### 0.2.1 * Added test suite.