Skip to content

Commit 735bd98

Browse files
committed
Add release notes
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent ef1733a commit 735bd98

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ But you might still need to adapt your code:
3131
## Bug Fixes
3232

3333
- Fixed some typos in the docs.
34+
- `setuptools.grpc_tools`: Fix wrong passing of include paths when passed via:
35+
36+
* Command-line: Now extra white-spaces and empty strings are removed, before they were passed to `protoc -I`.
37+
* `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`.
3438

3539
### Cookiecutter template
3640

0 commit comments

Comments
 (0)