You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
+
## [3.8.1]
8
+
### Fixed
9
+
- Block license key cache sharing between all non-custom patchers
10
+
- Properly handle situation when WWW response doesn't contain status header - previously it was assumed to be 200 (OK), right now response is marked as timed out
11
+
7
12
## [3.8.0]
8
13
### Added
9
14
- Patcher now keeps track of keeping only one it's instance running
@@ -20,8 +25,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
20
25
- Properly handle timeouts when using chuncked HTTP downloader
21
26
- Fix occasional torrent downloader failures due to sharing violation issues with downloaded file
22
27
- Fix log file sending
23
-
- Block license key cache sharing between all non-custom patchers
24
-
- Properly handle situation when WWW response doesn't contain status header - previously it was assumed to be 200 (OK), right now response is marked as timed out
0 commit comments