Skip to content

Commit

Permalink
chore(changelog): Add links to the issues
Browse files Browse the repository at this point in the history
  • Loading branch information
oblique committed Apr 21, 2022
1 parent a7d8918 commit ee699b1
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Added `NamedLock::with_path` on UNIX (#2, #4)
- Added `NamedLock::with_path` on UNIX ([#2], [#4])

### Changed

- `NamedLock::create` on UNIX respects `TMPDIR` environment variable (#1, #4)
- `NamedLock::create` now rejects names that contain `/` or `\` characters (#2, #4)
- `NamedLock::create` on UNIX respects `TMPDIR` environment variable ([#1], [#4])
- `NamedLock::create` now rejects names that contain `/` or `\` characters ([#2], [#4])
- `NamedLock::create` on Windows explicitly creates a global mutex
- `Error::CreateFailed` now has the source of the error
- Upgrade all dependencies


[#4]: https://github.com/oblique/named-lock/issues/4
[#2]: https://github.com/oblique/named-lock/issues/2
[#1]: https://github.com/oblique/named-lock/issues/1

0 comments on commit ee699b1

Please sign in to comment.