Skip to content

Commit 3b19f92

Browse files
authored
Merge pull request #521 from tfutils/fix/changelog-misattributions
Fix CHANGELOG v3.1.0 community contributor misattributions
2 parents 6ae6519 + 92d6904 commit 3b19f92

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
* NEW FEATURE: Add `TFENV_SKIP_REMOTE_CHECK` to skip checking remote versions before installing (David Forster <david.forster@capgemini.com>)
1212
* NEW FEATURE: Add per-version file locking to prevent concurrent install races, fixing #422 (Mike Peachey <mike.peachey@bjss.com>)
1313
* NEW FEATURE: Load bashlog conditionally based on shell interactivity via `TFENV_BASHLOG`, fixing #229 (Mike Peachey <mike.peachey@bjss.com>)
14-
* NEW FEATURE: Improve custom remote compatibility for Artifactory and similar mirrors (Mike Peachey <mike.peachey@bjss.com>)
14+
* NEW FEATURE: Improve custom remote compatibility for Artifactory and similar mirrors (samuel-phan, Mike Peachey <mike.peachey@bjss.com>)
1515
* NEW FEATURE: Add Dockerfile for containerised usage and end-to-end testing (Mike Peachey <mike.peachey@bjss.com>)
16-
* FIX: Filter pre-release versions from `latest` resolution; use `latest:` (with colon) or alphabetic regex to include pre-releases, fixing #375 and #204 (Mike Peachey <mike.peachey@bjss.com>)
16+
* FIX: Filter pre-release versions from `latest` resolution; use `latest:` (with colon) or alphabetic regex to include pre-releases, fixing #375 and #204 (vahid-haghighat, Mike Peachey <mike.peachey@bjss.com>)
1717
* FIX: CLI argument takes precedence over `TFENV_TERRAFORM_VERSION` for install, fixing #441 (Mike Peachey <mike.peachey@bjss.com>)
1818
* FIX: Route tfenv log output to stderr in terraform shim context, fixing #374 (Mike Peachey <mike.peachey@bjss.com>)
19-
* FIX: Do not assume brew is available for GNU grep detection, fixing #442 (Mike Peachey <mike.peachey@bjss.com>)
19+
* FIX: Do not assume brew is available for GNU grep detection, fixing #442 (davidmh, Mike Peachey <mike.peachey@bjss.com>)
2020
* FIX: Operator precedence bug and unbound variable in version-name resolution, fixing #406 and #431 (Mike Peachey <mike.peachey@bjss.com>)
2121
* FIX: Double-quoted trap in tfenv-install vulnerable to word-splitting, fixing #455 (Mike Peachey <mike.peachey@bjss.com>)
2222
* FIX: Unquoted curl options in curlw() causing failures with paths containing spaces, fixing #454 (Mike Peachey <mike.peachey@bjss.com>)

0 commit comments

Comments
 (0)