Browse Source

doc: move a new feature to correct section of changelog.

pull/191/head
Vladimír Vondruš 8 years ago
parent
commit
567d73da74
  1. 12
      doc/changelog.dox

12
doc/changelog.dox

@ -80,6 +80,12 @@ See also:
implementations that store separate translation, rotation and scaling
parameters for easier use with animated scenes
@subsubsection changelog-latest-new-shaders Shaders library
- New dedicated @ref Shaders::VertexColor::Color3 and
@ref Shaders::VertexColor::Color4 attribute specifiers for more convenient
distinction between three- and four-component vertex color attribute.
@subsubsection changelog-latest-new-trade Trade library
- @ref Trade::ObjectData2D and @ref Trade::ObjectData3D now support also
@ -140,12 +146,6 @@ See also:
- @ref Platform::GlfwApplication now loads modifiers for mouse move and mouse
scroll events lazily, only when needed
@subsubsection changelog-latest-changes-shaders Shaders library
- New dedicated @ref Shaders::VertexColor::Color3 and
@ref Shaders::VertexColor::Color4 attribute specifiers for more convenient
distinction between three- and four-component vertex color attribute.
@subsubsection changelog-latest-changes-texturetools TextureTools library
- Fixed @ref TextureTools::distanceField() to not require more than 8 texture

Loading…
Cancel
Save