From 39f75f2f081292904d1b336017edca57ba456647 Mon Sep 17 00:00:00 2001 From: Natan Date: Wed, 26 Jun 2024 12:09:31 -0300 Subject: [PATCH] update readme --- CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index f6c49de6..38033d44 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,9 @@ [1.0.0-SNAPSHOT] - Update teavm to 0.10.0 - Pixmap now use Gdx2DPixmap -- Add useNewFileHandle as default with new Gdx.files.internal/classpath and Gdx.files.local support using IndexedDB +- Add useNewFileHandle set to true as default. Gdx.files.internal/classpath use new class to hold files and add IndexedDB support for Gdx.files.local - Call dispose when browser closes +- Improve clipboard text copy/paste. [1.0.0-b9] - add TeaClassFilter printAllowedClasses() and printExcludedClasses()