diff --git a/CHANGELOG.md b/CHANGELOG.md index 8396211e..d12070fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Changelog ## 0.14.0 +### Changes - Added a changelog - The ttf context is now needed to create fonts, which should make it more apparent that it needs to live - Changed all i32 indices to u16 @@ -11,6 +12,7 @@ - It is no longer possible to render or get the render size of individual ```char```s - ```Font.size``` has been split into ```Font.size_of``` (for UTF-8) and ```Font.size_of_latin1``` (for Latin-1) - ```Font.render``` has been split into ```Font.render``` (for UTF-8) and ```Font.render_latin1``` (for Latin-1) + ### Renames - ```Font.get_outline``` -> ```Font.get_outline_width``` - ```Font.set_outline``` -> ```Font.set_outline_width```