From f0782f4ea2d4d593d9ebb65fcf1bc83d7cedcfed Mon Sep 17 00:00:00 2001 From: Jack Mac Date: Fri, 1 Oct 2021 13:45:49 -0400 Subject: [PATCH] restated the changelog shared atlas issue --- CHANGELOG.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 9ac6d8e..6523c74 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -8,7 +8,7 @@ - BREAKING: Ui now does not have a lifetime associated with it, but is only ever given to users in the form of `&mut Ui`. Additionally, the `render` function has been moved to the `Context` instead of `Ui`. -- BREAKING: `SharedFontAtlas` now uses `UnsafeCell` rather than `Rc` as its wrapper -- this simplifies the codebase and more accurately reflects how we expect `SharedFontAtlas` to be used (ie, you're probably going to set it up once, and then give it around, rather than constantly edit it). `SharedFontAtlas` users, if this change is very bad for you, please let us know with issues! +- BREAKING: `SharedFontAtlas` now hides an `Rc` within its wrapper -- this simplifies the codebase and more accurately reflects how we expect `SharedFontAtlas` to be used (ie, you're probably going to set it up once, and then give it around, rather than constantly edit it). `SharedFontAtlas` users, if this change is very bad for you, please let us know with issues! ## [0.8.0] - 2021-09-17