From b90c5b1c29eb63ddee92aad716d63a174ff68e5f Mon Sep 17 00:00:00 2001 From: Martin Nowak Date: Wed, 5 Jul 2017 14:13:32 +0200 Subject: [PATCH] add #1149 to changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7387e588f..732486ac3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,13 @@ v1.4.0 - 2017- - Improved collection speed for source/import files - [pull #1125][issue1125] - Fixed "dub init" to allow digits in package names (by chadjoan) - [pull #1165][issue1165] - Fixed a sub package build issue on Windows, where colons were used as part of the file name (by andre2007) - [issue #1130][issue1130], [pull #1137][issue1137] +- Fixed failures to acquire a lock when fetching packages - [pull #1149][issue1149] [issue1122]: https://github.com/dlang/dub/issues/1122 [issue1125]: https://github.com/dlang/dub/issues/1125 [issue1130]: https://github.com/dlang/dub/issues/1130 [issue1137]: https://github.com/dlang/dub/issues/1137 +[issue1149]: https://github.com/dlang/dub/issues/1149 [issue1165]: https://github.com/dlang/dub/issues/1165