Skip to content

Commit

Permalink
Added changelog line
Browse files Browse the repository at this point in the history
  • Loading branch information
ale-rt committed Apr 22, 2016
1 parent 6e334be commit 35ef28f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ Changelog
1.5.1 (unreleased)
------------------

- Nothing changed yet.
Fixes:

- Typo in the documentation.
[ale-rt]

1.5 (2016-02-20)
----------------
Expand All @@ -23,7 +25,7 @@ Fixes:
- Fix ``test_zope_version`` test to be able to deal with development versions of Zope.
[thet]

- Remove the Plone APIs conventions. They are moved to
- Remove the Plone APIs conventions. They are moved to
http://docs.plone.org/develop/styleguide
and http://docs.plone.org/develop/coredev/docs/git.html
[thet]
Expand Down

1 comment on commit 35ef28f

@jenkins-plone-org
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ale-rt Jenkins CI reporting about code analysis
See the full report here: http://jenkins.plone.org/job/package-plone.api/54/violations

src/plone/api/content.py:268:1: C901 'delete' is too complex (15)
src/plone/api/content.py:360:1: C901 '_wf_transitions_for' is too complex (13)
src/plone/api/content.py:425:1: C901 'transition' is too complex (13)
src/plone/api/tests/test_doctests.py:118:13: T001 print statement found.
src/plone/api/tests/test_env.py:31:14: D001 found declarePublic replace it with AccessControl.ClassSecurityInfo.public
src/plone/api/tests/test_env.py:32:14: D001 found declareProtected replace it with AccessControl.ClassSecurityInfo.protected
src/plone/api/tests/test_env.py:33:14: D001 found declareProtected replace it with AccessControl.ClassSecurityInfo.protected
src/plone/api/tests/test_env.py:34:14: D001 found declareProtected replace it with AccessControl.ClassSecurityInfo.protected
src/plone/api/tests/test_env.py:35:14: D001 found declarePrivate replace it with AccessControl.ClassSecurityInfo.private

Follow these instructions to reproduce it locally.

Please sign in to comment.