diff --git a/docs/news.dox b/docs/news.dox index b1a33f21..94bd7012 100644 --- a/docs/news.dox +++ b/docs/news.dox @@ -9,6 +9,13 @@ @subsection features_34 New features in version 3.4 + +@subsubsection features_34_get_window_title Ability to get a window's title + +GLFW now supports retrieving a window's title with the @ref glfwGetWindowTitle +function. + + @subsubsection runtime_platform_34 Runtime platform selection GLFW now supports being compiled for multiple backends and selecting between @@ -35,12 +42,6 @@ are still available. For more information see @ref cursor_standard. -@subsubsection features_34_get_window_title Ability to get a window's title - -GLFW now supports retrieving a window's title with the @ref glfwGetWindowTitle -function. - - @subsubsection mouse_passthrough_34 Mouse event passthrough GLFW now provides the [GLFW_MOUSE_PASSTHROUGH](@ref GLFW_MOUSE_PASSTHROUGH_hint)