File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ Features
8080- Allow disabling ``SessionMiddleware ``, as it only required by ``KeycloakAuthProvider ``.
8181
8282- Add hooks support to worker classes (TransferController, Handler) (:issue: `279 `).
83- - Add transfer name and group name to TransferController (:issue: `308 `).
83+ - Pass transfer name and group name to Handlers (:issue: `308 `).
8484
8585Improvements
8686------------
@@ -95,7 +95,7 @@ Bug Fixes
9595---------
9696
9797Fix some file format options were ignored by SyncMaster worker:
98- * `` XML( root_tag, row_tag) ``
99- * `` Excel( start_cell, include_header) ``
100- * `` CSV( include_header, line_sep) ``
101- * `` JSON(line_sep) ``, `` JSONLine( line_sep) ``
98+ * XML: `` root_tag ``, `` row_tag ``
99+ * Excel `` start_cell ``, `` include_header ``
100+ * CSV `` include_header ``, `` line_sep ``
101+ * JSON, JSONLine: `` line_sep ``
You can’t perform that action at this time.
0 commit comments