Skip to content

Commit

Permalink
Update CHANGES.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcheasley committed Jan 31, 2017
1 parent 09f6ea4 commit 75f0f7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ Bug fixes:

- Fix imports from Globals that was removed in Zope4
[pbauer]

- Fix "bad" quotes.
[adamcheasley]


1.5.1 (2016-12-06)
Expand Down

1 comment on commit 75f0f7f

@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.

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

src/plone/api/content.py:269:1: C901 'delete' is too complex (15)
src/plone/api/content.py:361:1: C901 '_wf_transitions_for' is too complex (13)
src/plone/api/content.py:426:1: C901 'transition' is too complex (13)

Follow these instructions to reproduce it locally.

Please sign in to comment.