Skip to content

Commit 8e1ee15

Browse files
committed
Update changelog for 0.7.0 release...
also `$> pimpmychangelog` and fix github repo
1 parent 1d587c4 commit 8e1ee15

File tree

1 file changed

+31
-11
lines changed

1 file changed

+31
-11
lines changed

CHANGELOG.md

Lines changed: 31 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,21 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## Master
5+
## [0.7.0] - 2019-11-29
6+
7+
### Added
8+
9+
* Improve algorithm to detect separators. [#88][] by [@brain-geek][]
10+
* `to:` accepts anything that responds to `#call` (lambda, procs,
11+
classes etc). [#72][] by [@pcreux][] inspired by [#71][] by [@macfanatic][].
12+
13+
### Fixed
14+
15+
* `valid_header?` returns `false` when the CSV is malformed instead of
16+
raising an exception. [#85][] by [@mltsy][]
17+
* Header infos (ex: `extra_columns`) aren't discarded after running an
18+
import. [#83][] by [@mltsy][]
619

7-
* Improve algorithm to detect separators. #88 by @brain-geek
820

921
## [0.6.0] - 2018-05-22
1022

@@ -170,19 +182,27 @@ report object instead of raising an exception.
170182
* Initial Release
171183

172184
<!--- The following link definition list is generated by PimpMyChangelog --->
173-
[#26]: https://github.com/BrewhouseTeam/csv-importer/issues/26
174-
[#38]: https://github.com/BrewhouseTeam/csv-importer/issues/38
175-
[#47]: https://github.com/BrewhouseTeam/csv-importer/issues/47
176-
[#52]: https://github.com/BrewhouseTeam/csv-importer/issues/52
177-
[#63]: https://github.com/BrewhouseTeam/csv-importer/issues/63
178-
[#68]: https://github.com/BrewhouseTeam/csv-importer/issues/68
179-
[#69]: https://github.com/BrewhouseTeam/csv-importer/issues/69
180-
[#73]: https://github.com/BrewhouseTeam/csv-importer/issues/73
185+
[#26]: https://github.com/pcreux/csv-importer/issues/26
186+
[#38]: https://github.com/pcreux/csv-importer/issues/38
187+
[#47]: https://github.com/pcreux/csv-importer/issues/47
188+
[#52]: https://github.com/pcreux/csv-importer/issues/52
189+
[#63]: https://github.com/pcreux/csv-importer/issues/63
190+
[#68]: https://github.com/pcreux/csv-importer/issues/68
191+
[#69]: https://github.com/pcreux/csv-importer/issues/69
192+
[#71]: https://github.com/pcreux/csv-importer/issues/71
193+
[#72]: https://github.com/pcreux/csv-importer/issues/72
194+
[#73]: https://github.com/pcreux/csv-importer/issues/73
195+
[#83]: https://github.com/pcreux/csv-importer/issues/83
196+
[#85]: https://github.com/pcreux/csv-importer/issues/85
197+
[#88]: https://github.com/pcreux/csv-importer/issues/88
198+
[@brain-geek]: https://github.com/brain-geek
181199
[@danielweinmann]: https://github.com/danielweinmann
182200
[@egg-chicken]: https://github.com/egg-chicken
183201
[@fxgallego]: https://github.com/fxgallego
184202
[@macfanatic]: https://github.com/macfanatic
203+
[@mltsy]: https://github.com/mltsy
185204
[@paulodeleo]: https://github.com/paulodeleo
205+
[@pcreux]: https://github.com/pcreux
186206
[@pnomolos]: https://github.com/pnomolos
187207
[@shvetsovdm]: https://github.com/shvetsovdm
188-
[@stas]: https://github.com/stas
208+
[@stas]: https://github.com/stas

0 commit comments

Comments
 (0)