Skip to content

Commit c45cea6

Browse files
committed
Update changelog and correct type
1 parent 8da5dcf commit c45cea6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/CHANGELOG.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2020-xx-xx
1+
2020-08-11
22
Release 5.0.0
33

44
* Enhance the `transform` to also work with JSON file
@@ -7,6 +7,7 @@
77
* Fixed #432 - Handled UTF-8 variant invented by Microsoft
88
* Fixed #433 - problem was caused by the different multi-lic file format between json and CSV (CSV with '\n' line break)
99
* Fixed #436 - issue about copy with the `--reference` option
10+
* Fixed #396 - support for alternative output for Android
1011

1112
2020-05-05
1213
Release 4.0.2

src/attributecode/transform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def transform_data(data, transformer):
176176
* field_filters:
177177
An optional list of field names that should be kept in the transformed CSV/JSON. If
178178
this list is provided, all the fields from the source CSV/JSON that should be kept
179-
in the target CSV/JSON must be listed be even if they are standard or required
179+
in the target CSV/JSON must be listed regardless of either standard or required
180180
fields. If this list is not provided, all source CSV/JSON fields are kept in the
181181
transformed target CSV/JSON.
182182

0 commit comments

Comments
 (0)