diff --git a/README.md b/README.md index 41428afc..5bd075bd 100644 --- a/README.md +++ b/README.md @@ -181,14 +181,18 @@ in order to support [HybridOS Foundation Class Library]. * We tuned and optimized MiniGUI's logical and device font interfaces to support the new features above. +* The NEWGAL engine of `drm` to support modern DRM-driven graphics cards on Linux. + +* The IAL engine of `libinput` to support all modern input devices including + mouse, keyboard, joystick, switch, multiple touch panel, gesture, tablet tool, + and table pad on Linux. + * We introduced a Slice Memory Allocator for fast concurrent memory chunk allocation. * Cleanup and tune code for GCC 7.3. -For more information, please refer to RELEASE-NOTES.md file: - -https://github.com/VincentWei/minigui/blob/master/RELEASE-NOTES.md +For more information, please refer to [RELEASE-NOTES.md](RELEASE-NOTES.md) file: Because of the changes of some APIs, we recommended strongly that you use this version for new projects. diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 1bedbfb3..7ed547f5 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -38,7 +38,7 @@ rendering in order that MiniGUI can handle complex writing systems Another important features of this version are two engines dedicated to Linux kernel: -* The NEWGAL engine of `drm` to support DRM-driven graphics cards. By using +* The NEWGAL engine of `drm` to support modern DRM-driven graphics cards. By using `drm` engine, one MiniGUI app can now use the hardware-accelerated graphics rendering for 2D/3D graphics. * The IAL engine of `libinput` to support all modern input devices including