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

Commit 07298e2

Browse files
authoredOct 12, 2017
Merge pull request #1246 from darkowlzz/changelog-sept-oct
Update CHANGELOG
2 parents 04c5355 + d5e5185 commit 07298e2

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
 

‎CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
11
# v0.3.2 (Unreleased)
22

3+
NEW FEATURES:
4+
5+
* Disable SourceManager lock by setting `DEPNOLOCK` environment variable.
6+
(#1206)
7+
38
BUG FIXES:
49

10+
* gps: Fix case mismatch error with multiple dependers. (#1233)
511
* Skip broken `vendor` symlink rather than returning an error. (#1191)
612
* Fix `status` shows incorrect reason for lock mismatch when ignoring packages.
713
(#1216)
814

915
IMPROVEMENTS:
1016

17+
* Allow `dep ensure -add` and `-update` when lock is out-of-sync. (#1225)
18+
* gps: vcs: Dedupe git version list (#1212)
19+
* gps: Add prune functions to gps. (#1020)
20+
* gps: Skip broken vendor symlinks. (#1191)
1121
* `dep ensure -add` now concurrently fetches the source and adds the projects.
1222
(#1218)
1323
* File name case check is now performed on `Gopkg.toml` and `Gopkg.lock`.
@@ -17,6 +27,13 @@ IMPROVEMENTS:
1727
Improving performance when updating dependencies with `-update`. (#1175)
1828
* `dep status` now concurrently fetches repo info. Improving status performance.
1929
(#1135)
30+
* gps: Add SourceURLsForPath() to SourceManager. (#1166)
31+
* gps: Include output in error. (#1180)
32+
33+
WIP:
34+
35+
* gps: Process canonical import paths. (#1017)
36+
* gps: Persistent cache. (#1127, #1215)
2037

2138

2239
# v0.3.1

0 commit comments

Comments
 (0)
This repository has been archived.