diff --git a/CHANGELOG.md b/CHANGELOG.md index b04e9d7..ba93e0d 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - Refactor initialization of boundary variables to round them up to 4 digits (decimal). - Fixed sign in initialization values of distribution system(s) boundary variables. The inits should have been negative. - Bumped compatibility of `IM`and `PMD` to the latest versions (i.e., v0.7.8, v0.15.1). +- Fixed issue with new `AutoMerging` Guidelines. ## v0.7.8 diff --git a/Project.toml b/Project.toml index 88d6d51..ac4cbe6 100755 --- a/Project.toml +++ b/Project.toml @@ -21,6 +21,7 @@ PowerModels = "0.19.9" PowerModelsDistribution = "0.15.1" SCS = "~1.0, ~1.1" julia = "1.6" +LinearAlgebra = "1.6" [extras] Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"