From ae94b7b90c3e1c75ef62a28de92e7da7a2de8431 Mon Sep 17 00:00:00 2001 From: Crayon2000 Date: Sat, 26 Feb 2022 12:35:56 -0500 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + GRRLIB/GRRLIB/GRRLIB_fileIO.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3b8df4..208998d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - Fixed compatibility issues with devkitPPC release 39. +- Added `GRRLIB_LoadTTFFromFile()` to load a TTF from a file. - Fixed documentation for `GRRLIB_Camera3dSettings()`. ## [4.4.1] - 2021-03-05 diff --git a/GRRLIB/GRRLIB/GRRLIB_fileIO.c b/GRRLIB/GRRLIB/GRRLIB_fileIO.c index f4350d6..9b5bbe9 100644 --- a/GRRLIB/GRRLIB/GRRLIB_fileIO.c +++ b/GRRLIB/GRRLIB/GRRLIB_fileIO.c @@ -1,5 +1,5 @@ /*------------------------------------------------------------------------------ -Copyright (c) 2009-2020 The GRRLIB Team +Copyright (c) 2009-2022 The GRRLIB Team Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal