From 9eaf14bf0cc5518eda4fd0ed2c7aec2338ec931e Mon Sep 17 00:00:00 2001 From: Adrian Chifor Date: Fri, 24 Aug 2018 16:21:19 +0100 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b10666509..e927fbcec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.18.1: +- Dependencies update (#137) +- Made cache an optional flag (`--cache`). Support for additional cache paths (`--cache-paths`) (#138) +- Small fix in caching (#140) +- Added `gzip_b64` jsonnet function to support gzip compression of strings + base64 +- Added Python 3.7 support + ## 0.18.0: #### Breaking: - Renamed `--search-path` to `--search-paths` in `eval` and `compile`, enabling multiple paths for jsonnet/jinja2 and adding support for [jsonnet bundler](https://github.com/jsonnet-bundler/jsonnet-bundler) (#133)