diff --git a/CHANGELOG.md b/CHANGELOG.md index 1296c56..3b8dcab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ }; ``` + [#2](https://github.com/cdepillabout/stacklock2nix/pull/2) + * Make sure `github` types of `extra-deps` in `stack.yaml` are handled correctly. Previous version did not handle `github` deps correctly when they had no subdirs. @@ -27,6 +29,9 @@ commit: "d8ef1b3c2d913a05515b2d1c4fec0b52d2744434" ``` + Thanks [@TeofilC](https://github.com/TeofilC)! + [#6](https://github.com/cdepillabout/stacklock2nix/pull/6) + ## 0.1.0 * Initial release.