Skip to content

Commit 4d05fea

Browse files
committed
Pimp da changelog
1 parent 826aee4 commit 4d05fea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file.
77
### Added
88

99
* We now pass the `column` object as the third parameter of the `column`
10-
block for advanced usage. Example:
10+
block for advanced usage. [#73][] by [@stas][].
1111

1212
```ruby
1313
column :extra, as: [/extra/], to: ->(value, user, column) do
@@ -173,10 +173,12 @@ report object instead of raising an exception.
173173
[#63]: https://github.com/BrewhouseTeam/csv-importer/issues/63
174174
[#68]: https://github.com/BrewhouseTeam/csv-importer/issues/68
175175
[#69]: https://github.com/BrewhouseTeam/csv-importer/issues/69
176+
[#73]: https://github.com/BrewhouseTeam/csv-importer/issues/73
176177
[@danielweinmann]: https://github.com/danielweinmann
177178
[@egg-chicken]: https://github.com/egg-chicken
178179
[@fxgallego]: https://github.com/fxgallego
179180
[@macfanatic]: https://github.com/macfanatic
180181
[@paulodeleo]: https://github.com/paulodeleo
181182
[@pnomolos]: https://github.com/pnomolos
182183
[@shvetsovdm]: https://github.com/shvetsovdm
184+
[@stas]: https://github.com/stas

0 commit comments

Comments
 (0)