Skip to content

Commit

Permalink
add info to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
outdead committed Jul 10, 2020
1 parent 4955986 commit e2efba8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ All notable changes to this project will be documented in this file.
- Added options to Dial. It is possible to set timeout and deadline settings.

### Fixed
- Change SERVERDATA_AUTH_ID and SERVERDATA_EXECCOMMAND_ID from 42 to 0. Conan Exiles has a bug because of which it
- Change `SERVERDATA_AUTH_ID` and `SERVERDATA_EXECCOMMAND_ID` from 42 to 0. Conan Exiles has a bug because of which it
always responds 42 regardless of the value of the request ID. This is no longer relevant, so the values have been
changed.

### Changed
- Renamed `DefaultTimeout` const to `DefaultDeadline`
- Changed default timeouts from 10 seconds to 5 seconds

## [v1.1.2] - 2020-05-13
### Added
- Added go modules (go 1.13).
Expand Down

0 comments on commit e2efba8

Please sign in to comment.