Fix broken releasenotes

The releasenotes were broken and would not generate correctly.

Change-Id: Ic9e032bc6482f8e7d819ba1f5fc04c20628b3a86
This commit is contained in:
John L. Villalovos 2017-09-05 14:49:27 -07:00
parent d842b77cab
commit e51e8aa092
2 changed files with 7 additions and 5 deletions

View File

@ -1,8 +1,10 @@
---
features:
- |
This release includes a new check, disabled by default.
[H210] Require 'autospec', 'spec', or 'spec_set' in
mock.patch/mock.patch.object calls
[H204] Use assert(Not)Equal to check for equality.
[H205] Use assert(Greater|Less)(Equal) for comparison.
This release includes new checks, which are disabled by default:
* [H210] Require 'autospec', 'spec', or 'spec_set' in mock.patch/mock.patch.object calls
* [H204] Use assert(Not)Equal to check for equality.
* [H205] Use assert(Greater|Less)(Equal) for comparison.