Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 700 Bytes

CHANGELOG.md

File metadata and controls

19 lines (14 loc) · 700 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.2.0

Fixed

  • Support environments with string literals frozen by default. (thanks @danielmorrison)

1.1.0

Changed

  • Removed dependency on git-version-bump gem for versioning. rack-brotli now only depends on rack and brotli.

1.0.0

Changed

  • Default compression quality reduced from maximum to 5.
    • This should provide slightly faster compression speeds compared to GZip level 6, with slightly smaller output size.