Skip to content

Commit

Permalink
Update CHANGELOG.rst formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
erik committed May 10, 2019
1 parent 88dd2f5 commit c37cf2f
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,22 @@ Changelog
=========

v1.3.0 (unreleased)
------------------
-------------------

New
~~~

- Added `-x, --expanded` to show explanations of message codes after linting.
- Added `DisallowNotIn` rule.
- Added `DisallowPaddedCharType` rule.
- Added `DisallowTimetzType` rule.
- Added `DisallowTimestampPrecision` rule.
- Added ``-x, --expanded`` to show explanations of message codes after linting.
- Added ``DisallowNotIn`` rule.
- Added ``DisallowPaddedCharType`` rule.
- Added ``DisallowTimetzType`` rule.
- Added ``DisallowTimestampPrecision`` rule.

Changes
~~~~~~~

- Modified `-p, --preset` to allow multiple presets to be used at once.
- Modified ``-p, --preset`` to allow multiple presets to be used at once.
- Update packaging to run tests through ``python setup.py test``.

Fixes
~~~~~
Expand Down

0 comments on commit c37cf2f

Please sign in to comment.