aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorneelkamath <neelkamath@protonmail.com>2018-05-11 17:31:20 +0200
committerneelkamath <neelkamath@protonmail.com>2018-05-11 17:31:20 +0200
commit67877cd15e9aa1428301244e2b9a91172465a8f9 (patch)
tree4487cf76a3931a4666ba67091a936165fa212c9d /README.md
parentRemove forgettable, unused, occasionally harmful (w.r.t. ES6) directive (diff)
downloadhackchat-67877cd15e9aa1428301244e2b9a91172465a8f9.tar.gz
hackchat-67877cd15e9aa1428301244e2b9a91172465a8f9.zip
Link to CHANGELOG.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index a959d3e..54cebf5 100644
--- a/README.md
+++ b/README.md
@@ -72,6 +72,10 @@ npm install
You can now run start the server software with a process manager like [PM2](https://github.com/Unitech/pm2). The client code will need to be copied into your http server directory. If you plan on using SSL to serve the client; you will need to use a reverse proxy, as TLS is not natively supported by the hack.chat server software (this may change in future releases).
+# Changelog
+
+A list of changes since the legacy client can be viewed in the [changelog](CHANGELOG.md).
+
## Authors
* **Marzavec** - *Initial work* - [marzavec](https://github.com/marzavec)