@@ -7,26 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
## [ Unreleased]
8
8
### Added
9
9
10
- * Setup Rubocop (#205 , #208 )
10
+ * Setup Rubocop (#205 , #208 by @ pboling )
11
11
12
12
### Changed
13
13
14
- * Switch from TravisCI to Github Actions (#202 , #207 , #176 )
15
- * Upgrade webmock to v3.14.0 (#196 )
16
- * Upgrade em-http-request to v1.1.7 (#173 )
17
- * Upgrade mocha to v1.13.0 (#193 )
14
+ * Switch from TravisCI to Github Actions (#202 , #207 , #176 by @ pboling )
15
+ * Upgrade webmock to v3.14.0 (#196 by @ pboling )
16
+ * Upgrade em-http-request to v1.1.7 (#173 by @ pboling )
17
+ * Upgrade mocha to v1.13.0 (#193 by @ pboling )
18
18
19
19
### Fixed
20
20
21
- * Fixed Infinite Redirect in v0.5.5, v0.5.6 (#186 , #210 )
22
- * Fixed NoMethodError on missing leading slash in path (#194 , #211 )
23
- * Fixed NoMethodError on nil request object (#165 , #212 )
24
- * Fixed Unsafe String Comparison (#156 , #209 )
25
- * Fixed typos in Gemspec (#204 , #203 , #208 )
21
+ * Fixed Infinite Redirect in v0.5.5, v0.5.6 (#186 , #210 by @ pboling )
22
+ * Fixed NoMethodError on missing leading slash in path (#194 , #211 by @ pboling )
23
+ * Fixed NoMethodError on nil request object (#165 , #212 by @ pboling )
24
+ * Fixed Unsafe String Comparison (#156 , #209 by @ pboling and @ drosseau )
25
+ * Fixed typos in Gemspec (#204 , #203 , #208 by @ pboling )
26
26
27
27
### Removed
28
28
29
- * Remove direct development dependency on nokogiri (#299 )
29
+ * Remove direct development dependency on nokogiri (#299 by @ pboling )
30
30
31
31
## [ 0.5.6] 2021-04-02
32
32
### Added
0 commit comments