Skip to content

Commit bdc28d4

Browse files
committed
Add release notes
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 0f16c89 commit bdc28d4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ But you might still need to adapt your code:
3030

3131
## Bug Fixes
3232

33-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
33+
- `setuptools.grpc_tools`: Fix wrong passing of include paths when passed via:
34+
35+
* Command-line: Now extra white-spaces and empty strings are removed, before they were passed to `protoc -I`.
36+
* `pyproject.toml`: Now an empty array/list can be passed to override the default paths, before this resulted in an empty string being passed to `protoc -I`.
3437

3538
### Cookiecutter template
3639

0 commit comments

Comments
 (0)