Skip to content

Commit

Permalink
[TASK] Add changelog for 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
neos-project committed Oct 19, 2015
1 parent 69305bf commit 9645bed
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions TYPO3.Neos/Documentation/Appendixes/ChangeLogs/202.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
`2.0.2 (2015-10-19) <https://github.com/neos/neos-development-collection/releases/tag/2.0.2>`_
==============================================================================================

Overview of merged pull requests
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

`[TASK] Remove custom exception handling in \`\`PluginImplementation\`\` <https://github.com/neos/neos-development-collection/pull/151>`_
-----------------------------------------------------------------------------------------------------------------------------------------

Removes the custom handling of exceptions for PluginViews, which is unnecessary.
Instead the general ``NodeWrapping`` exception handler is used.

Additionally removes redundant ``@exceptionHandler`` from plugin view,
since it's inherited from the content prototype.

* Packages: ``Neos``

`[BUGFIX] Use correct object property in PluginViewImplementation <https://github.com/neos/neos-development-collection/pull/150>`_
----------------------------------------------------------------------------------------------------------------------------------

Regression introduced in `13517506b9ae5ac0050b5336266677b2ee4e3963 <https://github.com/neos/neos-development-collection/commit/13517506b9ae5ac0050b5336266677b2ee4e3963>`_
by using wrong variable name for the current node in the ``PluginViewImplementation``.

* Packages: ``Neos``

`Detailed log <https://github.com/neos/neos-development-collection/compare/2.0.1...2.0.2>`_
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 comments on commit 9645bed

Please sign in to comment.