File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
*********
3
3
4
+ `2.0.1 `_ (2018-08-20)
5
+ ---------------------
6
+
7
+ - Fix to prevent creating two path instances with the same path string
8
+ - Various improvements to logging messages
9
+
4
10
`2.0.0 `_ (2018-07-16)
5
- --------------------------
11
+ ---------------------
6
12
7
- **Important: ** Make sure your clients supports the `disconnected ` message before upgrading.
13
+ **Important: ** Make sure you're using Python >= 3.4.4 and that your clients support the
14
+ `disconnected ` message before upgrading.
8
15
9
16
- Add support for the `disconnected ` message (major)
10
17
- Fix potential invalid order of messages when dispatching a `send-error `
@@ -30,6 +37,7 @@ Changelog
30
37
31
38
.. _SaltyRTC 1.0 Protocol : https://github.com/saltyrtc/saltyrtc-meta/blob/protocol-1.0/Protocol.md
32
39
40
+ .. _2.0.1 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v2.0.0...v2.0.1
33
41
.. _2.0.0 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v1.0.2...v2.0.0
34
42
.. _1.0.2 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v1.0.1...v1.0.2
35
43
.. _1.0.1 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v1.0.0...v1.0.1
Original file line number Diff line number Diff line change 32
32
33
33
__author__ = 'Lennart Grahl <[email protected] >'
34
34
__status__ = 'Production'
35
- __version__ = '2.0.0 '
35
+ __version__ = '2.0.1 '
You can’t perform that action at this time.
0 commit comments