Skip to content

Commit 5c1e99a

Browse files
committed
Update changelog
1 parent 2da976e commit 5c1e99a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
## [Unreleased]
88
### Added
99
- `open_browser()`, which uses the `$BROWSER` environment variable before falling back to `open()`.
10-
- WSL-specific implementation. Previously, WSL used the same implementation as Linux. Now, the strategy is to use the
11-
system `xdg-open` if available, otherwise we try using the system's `wslview` command from
12-
[`wslu`](https://github.com/wslutilities/wslu).
10+
- WSL-specific implementation. Previously, WSL used the same implementation as Linux. Now the strategy on WSL is to use
11+
the system's `wslview` command from [`wslu`](https://github.com/wslutilities/wslu) if available, falling back to the
12+
system `xdg-open`, if available.
1313
### Changed
1414
- On Linux (non-WSL), the system `xdg-open` is now used if present. Otherwise, the bundled version is used, as before.
1515
- The command name in the `OpenError::ExitStatus` variant is now returned as a `Cow<'static, str>` instead of a
@@ -25,7 +25,8 @@ system `xdg-open` if available, otherwise we try using the system's `wslview` co
2525
### Added
2626
- `OpenError` now implements `std::error::Error`.
2727
### Changed
28-
- `OpenError`'s `failure::Fail` impl was removed from this crate, but the failure crate provides a blanket impl of `failure::Fail` for types implementing `std::error::Error`, so this shouldn't break anything.
28+
- `OpenError`'s `failure::Fail` impl was removed from this crate, but the failure crate provides a blanket impl of
29+
`failure::Fail` for types implementing `std::error::Error`, so this shouldn't break anything.
2930

3031
## [0.3.0] - 2018-08-18
3132
### Added

0 commit comments

Comments
 (0)