Skip to content

Commit

Permalink
Updated the changelog and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
matus-chochlik committed Apr 7, 2015
1 parent 1f3abae commit 20e6807
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Version 0.60.0

- The Boolean wrapper was updated, the operator ~ was added.
- The Object::HasInstance function was added.
- The native GL context wrappers were updated.
- The DSA Texture, Buffer and Framebuffer were partially refactored.
- The SingleFace enumeration was added.
- The FragmentData and FragmentDataSlot typedefs were added.
- A new standalone example was added.
- The oalplus::CurrentContext class was renamed to ContextMadeCurrent.
- Missing #ifdefs were added around specializations of EnumAssocType.
- The Quickbook documentation was updated.

Version 0.59.0

- Problems with move construction and move-assignment of objects
Expand Down
27 changes: 25 additions & 2 deletions etc/release/README.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,34 @@
================================
Release notes for version 0.59.0
Release notes for version 0.60.0
================================

.. _OGLplus: http://oglplus.org/

Overview
========

This is mostly a bugfix release of `OGLPLUS`_. A bug in move construction and move assignment in the ``Object`` wrappers were fixed. The ``Boolean`` wrapper for ``GLint``, ``ALint`` and ``EGLBoolean`` values implicitly convertible from and to ``bool`` was added.
This release of `OGLplus`_ brings several minor changes, updates and bugfixes. The Quickbook documentation has also been updated.

Changes
-------

- The ``Boolean`` wrapper class was updated, the ``operator ~`` was added.

- The ``HasInstance`` function was added to the ``Object`` wrapper.

- The native GL context wrappers were updated.

- The DSA ``Texture``, ``Buffer`` and ``Framebuffer`` wrappers were partially refactored and simplified.

- The ``SingleFace`` enumeration was added.

- The ``FragmentData`` and ``FragmentDataSlot`` typedefs were added.

- A new standalone example was added.

- The ``oalplus::CurrentContext`` class was renamed to ``ContextMadeCurrent``.

- Missing ``#ifdefs`` were added around specializations of ``EnumAssocType``.

- The Quickbook documentation was updated.

0 comments on commit 20e6807

Please sign in to comment.