Skip to content

Commit 5e8aa26

Browse files
committed
Update CHANGELOG
1 parent f19fe6a commit 5e8aa26

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/changelog/0.3.0.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

8585
Improvements
8686
------------
@@ -95,7 +95,7 @@ Bug Fixes
9595
---------
9696

9797
Fix 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``

0 commit comments

Comments
 (0)