Skip to content

Commit

Permalink
Remove feature gzip_zopfli
Browse files Browse the repository at this point in the history
  • Loading branch information
laurilehmijoki committed May 27, 2014
1 parent 8ab6f34 commit 2482111
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Expand Up @@ -147,13 +147,6 @@ gzip:
Remember that the extensions here are referring to the *compiled* extensions,
not the pre-processed extensions.

#### Gzip zopfli

By adding the line `gzip_zopfli: true` into the config file, you can benefit
from the zopfli algorithm, which is 100% compatible with the traditional gzip
algorithm. A zopfli compression takes longer but results in about 5% smaller
files.

### Using non-standard AWS regions

By default, `s3_website_monadic` uses the US Standard Region. You can upload your
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Expand Up @@ -40,6 +40,11 @@ This project uses [Semantic Versioning](http://semver.org).

* You can no longer use this gem as a Ruby library

* `gzip_zopfli: true`

At the time of writing, there does not exist a stable zopfli implementation
for Java.

## 1.8.1

* Do not push the *.env* file
Expand Down

0 comments on commit 2482111

Please sign in to comment.