Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit 1284487

Browse files
authored
Merge pull request #1585 from kshvmdn/master
Fix formatting of issue references in v0.4.0 changelog
2 parents 453affd + 2eb24b7 commit 1284487

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

CHANGELOG.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,34 +16,34 @@ BUG FIXES:
1616

1717
NEW FEATURES:
1818
* Absorb `dep prune` into `dep ensure`. ([#944](https://github.com/golang/dep/issues/944))
19-
* Add support for importing from [glock](https://github.com/robfig/glock) based projects. ([#1422](https://github.com/golang/dep/pull/1422)
20-
* Add support for importing from [govendor](https://github.com/kardianos/govendor) based projects. ([#815](https://github.com/golang/dep/pull/815)
19+
* Add support for importing from [glock](https://github.com/robfig/glock) based projects. ([#1422](https://github.com/golang/dep/pull/1422))
20+
* Add support for importing from [govendor](https://github.com/kardianos/govendor) based projects. ([#815](https://github.com/golang/dep/pull/815))
2121
* Allow override of cache directory location using environment variable `DEPCACHEDIR`. ([#1234](https://github.com/golang/dep/pull/1234))
22-
* Add support for template output in `dep status`. ([#1389](https://github.com/golang/dep/pull/1389)
23-
* Each element in a multi-item TOML array is output on its own line. ([#1461](https://github.com/golang/dep/pull/1461)
22+
* Add support for template output in `dep status`. ([#1389](https://github.com/golang/dep/pull/1389))
23+
* Each element in a multi-item TOML array is output on its own line. ([#1461](https://github.com/golang/dep/pull/1461))
2424

2525
BUG FIXES:
2626

27-
* Releases targeting Windows now have a `.exe` suffix. ([#1291](https://github.com/golang/dep/pull/1291)
28-
* Adaptively recover from dirty and corrupted git repositories in cache. ([#1279](https://github.com/golang/dep/pull/1279)
29-
* Suppress git password prompts in more places. ([#1357](https://github.com/golang/dep/pull/1357)
30-
* Fix `-no-vendor` flag for `ensure -update`. ([#1361](https://github.com/golang/dep/pull/1361)
31-
* Validate `git ls-remote` output and ignore all malformed lines. ([#1379](https://github.com/golang/dep/pull/1379)
32-
* Support [gopkg.in version zero](http://labix.org/gopkg.in#VersionZero). ([#1243](https://github.com/golang/dep/pull/1243)
33-
* Fix how dep status print revision constraints. ([#1421](https://github.com/golang/dep/pull/1421)
34-
* Add optional `-v` flag to ensure sub command's syntax. ([#1458](https://github.com/golang/dep/pull/1458)
35-
* Allow URLs containing ports in `Gopkg.toml` `source` fields. ([#1509](https://github.com/golang/dep/pull/1509)
27+
* Releases targeting Windows now have a `.exe` suffix. ([#1291](https://github.com/golang/dep/pull/1291))
28+
* Adaptively recover from dirty and corrupted git repositories in cache. ([#1279](https://github.com/golang/dep/pull/1279))
29+
* Suppress git password prompts in more places. ([#1357](https://github.com/golang/dep/pull/1357))
30+
* Fix `-no-vendor` flag for `ensure -update`. ([#1361](https://github.com/golang/dep/pull/1361))
31+
* Validate `git ls-remote` output and ignore all malformed lines. ([#1379](https://github.com/golang/dep/pull/1379))
32+
* Support [gopkg.in version zero](http://labix.org/gopkg.in#VersionZero). ([#1243](https://github.com/golang/dep/pull/1243))
33+
* Fix how dep status print revision constraints. ([#1421](https://github.com/golang/dep/pull/1421))
34+
* Add optional `-v` flag to ensure sub command's syntax. ([#1458](https://github.com/golang/dep/pull/1458))
35+
* Allow URLs containing ports in `Gopkg.toml` `source` fields. ([#1509](https://github.com/golang/dep/pull/1509))
3636

3737
IMPROVEMENTS:
3838

3939
* Log as dependencies are pre-fetched during dep init. ([#1176](https://github.com/golang/dep/pull/1176))
4040
* Make the gps package importable. ([#1349](https://github.com/golang/dep/pull/1349))
41-
* Improve file copy performance by not forcing a file sync. ([#1408](https://github.com/golang/dep/pull/1408)
41+
* Improve file copy performance by not forcing a file sync. ([#1408](https://github.com/golang/dep/pull/1408))
4242
* Skip empty constraints during import. ([#1414](https://github.com/golang/dep/pull/1349))
4343
* Handle errors when writing status output. ([#1420](https://github.com/golang/dep/pull/1420))
44-
* Add constraint for locked projects in `dep status`. ([#962](https://github.com/golang/dep/pull/962)
44+
* Add constraint for locked projects in `dep status`. ([#962](https://github.com/golang/dep/pull/962))
4545
* Make external config importers error tolerant. ([#1315](https://github.com/golang/dep/pull/1315))
46-
* Show LATEST and VERSION as the same type in status. ([#1515](https://github.com/golang/dep/pull/1515)
46+
* Show LATEST and VERSION as the same type in status. ([#1515](https://github.com/golang/dep/pull/1515))
4747
* Warn when [[constraint]] rules that will have no effect. ([#1534](https://github.com/golang/dep/pull/1534))
4848

4949
# v0.3.2

0 commit comments

Comments
 (0)