Skip to content

Commit c1ee75d

Browse files
committed
Remove What's New and link to changelog.rst
Avoids duplicating information in 2 pages and reduces maintainence.
1 parent a830aa7 commit c1ee75d

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

README.md

+4-11
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,6 @@ intended to work under [uWSGI](http://projects.unbit.it/uwsgi/) and behind [NGiN
1515
or [Apache](http://httpd.apache.org/docs/2.4/mod/mod_proxy_wstunnel.html) version 2.4.5 or later.
1616

1717

18-
New in 0.4.5
19-
------------
20-
* Created 1 requirements file under ``examples/chatserver/requirements.txt``.
21-
* Renamed chatclient.py to test_chatclient.py - for django-nose testrunner.
22-
* Migrated example project to django 1.7.
23-
* Edited ``docs/testing.rst`` to show new changes for using example project.
24-
* Added support for Python 3.3 and 3.4.
25-
* Added support for Django-1.8
26-
* Removes the check for middleware by name.
27-
28-
2918
Features
3019
--------
3120
* Largely scalable for Django applications with many hundreds of open websocket connections.
@@ -48,6 +37,10 @@ so that the Django application can “talk” to the browser. This is because th
4837
the server is through the Websocket and thus, by definition a long living connection. For scalability reasons you
4938
can't start a Django server thread for each of these connections.
5039

40+
Release History
41+
---------------
42+
Refer to [changelog.rst](docs/changelog.rst)
43+
5144
Build status
5245
------------
5346
[![Build Status](https://travis-ci.org/jrief/django-websocket-redis.png?branch=master)](https://travis-ci.org/jrief/django-websocket-redis)

0 commit comments

Comments
 (0)