Update CHANGES.rst

clean formatting
This commit is contained in:
Neil Johnson 2018-03-14 16:18:09 +00:00 committed by GitHub
parent cb2c7c0669
commit a492b17fe2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,8 +17,7 @@ Features:
* Faster
* Supports clearing by timestamp
* Supports deleting of local events
* Is transactional
(PR #2858,2867,2882, 2946,2962,2943)
* Is transactional (PR #2858,2867,2882, 2946,2962,2943)
* Let homeservers specify a whitelist for the format of 3PIDs that users are allowed to register with or add to their HS accounts. (PR #2813)
* Add /room/{id}/event/{id} to synapse (PR #2766)
@ -28,14 +27,7 @@ Features:
Changes:
* Major refactor to move computation out of the main process and into a series of worker processes with a view to taking advantage of multicore machines. New workers are:-
* Event Creation
* Push Actions
With more to follow
(PR #2892, #2893, #2894, #2896, #2897, #2898, #2899, #2900, #2901, #2902, #2903, #2904, #2913, #2920, #2921, #2922, #2923, #2924, #2925, #2926, #2947, #2847, #2854, #2872, #2873, #2874, #2928, #2929, #2934, #2856)
* Major refactor to move computation out of the main process and into a series of worker processes with a view to taking advantage of multicore machines. New workers are XXXXXX, (PR #2892, #2893, #2894, #2896, #2897, #2898, #2899, #2900, #2901, #2902, #2903, #2904, #2913, #2920, #2921, #2922, #2923, #2924, #2925, #2926, #2947, #2847, #2854, #2872, #2873, #2874, #2928, #2929, #2934, #2856)
* Use StateResolutionHandler to resolve state in persist_events (PR #2864, #2871, #2802, #2835, #2836, #2841, #2842, #2849)
* Adapt the default config to bind on both IPv4 and IPv6 on all platforms (PR #2435) Thanks to @silkeh!
* Allow use of higher versions of saml2 (PR #2695) Thanks to @okurz!