File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 0.4.1 - 2018-07-31]
4
+
5
+ ### Fixed
6
+
7
+ * Corrected syntax error and logic for handling absence of diff-lcs gem
8
+ * Added fallback font-family entries for non-Windows machines
9
+
10
+
3
11
## [ 0.4 - 2018-07-31]
4
12
5
13
### Fixed
11
19
12
20
* If diff-lcs is available as a gem, then multi-line fields that have updates
13
21
will show just the line(s) that have changed in the HTML diff, rather than
14
- showing the whole field old and new values.
22
+ showing the whole field old and new values.
Original file line number Diff line number Diff line change 1
1
GEMSPEC = Gem ::Specification . new do |s |
2
2
s . name = "csv-diff-report"
3
- s . version = "0.4"
3
+ s . version = "0.4.1 "
4
4
s . authors = [ "Adam Gardiner" ]
5
5
s . date = "2018-07-31"
6
6
s . summary = "CSV Diff Report is a library for generating diff reports using the CSV Diff gem"
You can’t perform that action at this time.
0 commit comments