diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3b37960 --- /dev/null +++ b/CHANGELOG.md | |||
@@ -0,0 +1,9 @@ | |||
1 | ## 1.1.0 | ||
2 | |||
3 | * Get rid of nodegit, not being used anymore by clever-tools. | ||
4 | * Fix harcoded binary offsets used by `zeit/pkg` (which bundle the executable). | ||
5 | |||
6 | ## 0.9.3 | ||
7 | |||
8 | * Use patchelf to make the binaries nix-compliant. | ||
9 | * Introduce custom `nodegit` derivation. | ||