From 6eb6b07da8f1135878ebbcd874280310b58fc08f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Sat, 27 Jun 2020 02:44:59 +0200 Subject: [PATCH] Update `CHANGELOG` --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b2b599..e37d3d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1] - 2020-06-27 +### Fixed +- Removed object label for `Cache`. `glObjectLabel` is not widely supported, causing panics in some environments. + ## [0.2.0] - 2020-05-27 ### Changed - `glyph_brush` updated to `0.7`. [#1] @@ -18,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First release! :tada: -[Unreleased]: https://github.com/hecrj/glow_glyph/compare/0.2.0...HEAD +[Unreleased]: https://github.com/hecrj/glow_glyph/compare/0.2.1...HEAD +[0.2.1]: https://github.com/hecrj/glow_glyph/compare/0.2.0...0.2.1 [0.2.0]: https://github.com/hecrj/glow_glyph/compare/0.1.0...0.2.0 [0.1.0]: https://github.com/hecrj/glow_glyph/releases/tag/0.1.0