diff options
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f12b28..5527361 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 1.0.9 + +* `lpm` now automatically extracts and chmod's `.gz` files. +* Added in preprocessor guard for shallow cloning to allow non-bleeding-edge `libgit2` linkings. +* Fixed bug where dangling symlinks of lite binaries in `$PATH` would cause an error. + # 1.0.8 * Autoflush stderr, so that certain windows terminals don't get blank prompts. |