# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased Nil. ## [0.9.1] - 2024-06-27 ### Added - Added support for pseudolocalized translations [#82](https://github.com/Shopify/pseudolocalization/pull/82) ## [0.9.0] - 2021-02-17 ### Added - Added support for ignoring specific translation keys [#59](https://github.com/Shopify/pseudolocalization/pull/59) ## [0.8.4] - 2021-01-15 ### Added - Added support for Ruby 3. [#53](https://github.com/Shopify/pseudolocalization/pull/53) ### Changed - Switched to GitHub Actions for CI. [#52](https://github.com/Shopify/pseudolocalization/pull/52) - Switched to Ruby 2.7.2 for development. [#55](https://github.com/Shopify/pseudolocalization/pull/55) ## [0.8.3] - 2020-01-15 ### Added - Added CLA probot to legitimize external contributions. [#35](https://github.com/shopify/pseudolocalization/pull/35) ### Changed - Switched to Ruby 2.7.0 for development. [#39](https://github.com/Shopify/pseudolocalization/pull/39) ## [0.8.2] - 2019-10-08 ### Added - Added this CHANGELOG.md. [#32](https://github.com/Shopify/pseudolocalization/pull/32) ### Changed - Switched to Ruby 2.6.5 for development. [#33](https://github.com/Shopify/pseudolocalization/pull/33) ## [0.8.1] - 2019-08-23 ### Changed - Switched to Ruby 2.6.3 for development. [#22](https://github.com/Shopify/pseudolocalization/pull/22) - Switched to Travis CI for CI solutions. [#22](https://github.com/Shopify/pseudolocalization/pull/22) ### Removed - Removed Shopify Build CI. [#22](https://github.com/Shopify/pseudolocalization/pull/22) ## [0.8.0] - 2019-08-13 ### Added - Exposed `original_backend` on the backend via `attr_reader`. [#21](https://github.com/Shopify/pseudolocalization/pull/21) ### Fixed - Escape quotes inside attributes. [#20](https://github.com/Shopify/pseudolocalization/pull/20) Please refer to [GitHub releases](https://github.com/Shopify/pseudolocalization/releases) for releases prior to [0.8.0]. [Unreleased]: https://github.com/Shopify/pseudolocalization/compare/0.9.1...HEAD [0.9.1]: https://github.com/Shopify/pseudolocalization/compare/0.9.0...0.9.1 [0.9.0]: https://github.com/Shopify/pseudolocalization/compare/0.8.4...0.9.0 [0.8.4]: https://github.com/Shopify/pseudolocalization/compare/0.8.3...0.8.4 [0.8.3]: https://github.com/Shopify/pseudolocalization/compare/0.8.2...0.8.3 [0.8.2]: https://github.com/Shopify/pseudolocalization/compare/0.8.1...0.8.2 [0.8.1]: https://github.com/Shopify/pseudolocalization/compare/0.8.0...0.8.1 [0.8.0]: https://github.com/Shopify/pseudolocalization/compare/0.7.0...0.8.0