Skip to content

Commit b365018

Browse files
committed
Organize change log
Copy over changes from the 0.32.0.rc1 change log and organize them.
1 parent 01a6f5a commit b365018

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

CHANGELOG.md

+20-5
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,36 @@
22

33
## master (unreleased)
44

5-
* Fix bug where amending a commit with command line arguments containing
6-
Unicode characters could cause a crash due to invalid byte sequences
5+
### New Features
6+
7+
* Hooks are now run in parallel by default
8+
* Add `concurrency` global option allowing you to specify the number of threads
9+
to use when running hooks concurrently
10+
* Add `parallelize` hook option which specifies whether or not this hook should
11+
be run in parallel (default is `true`)
12+
* Add `processors` hook option allowing you to specify how many processing
13+
units a hook should require
714
* Add `ForbiddenBranches` pre-commit hook which prevents creating a commit
815
on any blacklisted branch by name/pattern
9-
* Improve error message output when there is a problem processing messages
10-
via `extract_messages` pre-commit hook helper
11-
* Fix `Minitest` pre-push hook to include all test files
1216
* Add `MessageFormat` commit-msg hook to validate commit messages against
1317
a regex pattern
18+
19+
### Changes
20+
21+
* Improve error message output when there is a problem processing messages
22+
via `extract_messages` pre-commit hook helper
1423
* Switch `ScssLint` pre-commit hook to use the JSON output formatter instead
1524
of the default formatter
1625
* Change tense of hook descriptions from progressive indicative form ("Running")
1726
to indicative present form ("Run") so output reads better in parallel hook
1827
runs
1928

29+
### Bug Fixes
30+
31+
* Fix bug where amending a commit with command line arguments containing
32+
Unicode characters could cause a crash due to invalid byte sequences
33+
* Fix `Minitest` pre-push hook to include all test files
34+
2035
## 0.32.0.rc1
2136

2237
* Add `concurrency` global option allowing you to specify the number of threads

0 commit comments

Comments
 (0)