add 0.0.0 into the changelog, and add dates
This commit is contained in:
parent
e1297c922d
commit
a96076f335
10
CHANGES.rst
10
CHANGES.rst
|
@ -1,5 +1,6 @@
|
||||||
Changes in synapse 0.0.1
|
Changes in synapse 0.0.1 (2014-08-22)
|
||||||
=======================
|
=====================================
|
||||||
|
|
||||||
Homeserver:
|
Homeserver:
|
||||||
* Completely change the database schema to support generic event types.
|
* Completely change the database schema to support generic event types.
|
||||||
* Improve presence reliability.
|
* Improve presence reliability.
|
||||||
|
@ -18,3 +19,8 @@ Webclient:
|
||||||
* Use the new initial sync API to reduce number of round trips to the homeserver.
|
* Use the new initial sync API to reduce number of round trips to the homeserver.
|
||||||
* Change url scheme to use room aliases instead of room ids where known.
|
* Change url scheme to use room aliases instead of room ids where known.
|
||||||
* Increase longpoll timeout.
|
* Increase longpoll timeout.
|
||||||
|
|
||||||
|
Changes in synapse 0.0.0 (2014-08-13)
|
||||||
|
=====================================
|
||||||
|
|
||||||
|
* Initial alpha release
|
||||||
|
|
Loading…
Reference in New Issue