-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# Changelog | ||
|
||
## v1.1.0 (2017-11-10) | ||
|
||
- Log the new value of `GOMAXPROCS` rather than the current value. | ||
- Make logs more explicit about whether `GOMAXPROCS` was modified or not. | ||
- Allow customization of the minimum `GOMAXPROCS`, and modify default from 2 to 1. | ||
|
||
## v1.0.0 (2017-08-09) | ||
|
||
- Initial release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,4 +21,4 @@ | |
package maxprocs | ||
|
||
// Version is the current package version. | ||
const Version = "1.0.0" | ||
const Version = "1.1.0" |