Update rubocop configuration and changelog

This commit is contained in:
Alexander Meindl
2020-03-03 15:22:00 +01:00
parent d2ad1fb020
commit fa9127cb24
2 changed files with 12 additions and 1 deletions

View File

@@ -44,3 +44,12 @@ Style/Documentation:
Style/ExpandPathArguments:
Enabled: false
Style/HashEachMethods:
Enabled: true
Style/HashTransformKeys:
Enabled: false
Style/HashTransformValues:
Enabled: false

View File

@@ -7,8 +7,10 @@ Changelog
- Redmine 4 is required. Use git tag 1.0.5, if you use an older version.
- Redmine 4.1 support
- Fix problems with changed fields, description and notes
- fix problems with quotes #38
- Fix problems with quotes #38
- Redundant status and priority in messages #56
- Show attachments for new issues
- Show indicator for private comment on issue
1.0.5
-----