blob: 107a04d56570f1cd1a83bd9d30da3737c24e7dea [file] [log] [blame] [view]
# golangconfig Changelog
## 0.9.0
- `subprocess_info()` and `setting_value()` will now raise
`GoRootNotFoundError()` when the `GOROOT` environment variable points to a
directory that could not be found on disk, and `GoPathNotFoundError()` when
one or more of the entries in the `GOPATH` environment variable could not be
found on disk.
## 0.8.1
- Added support for GOPATH with multiple directories
- Fix an error when no project was open when using Sublime Text 3
## 0.8.0
- Initial release