From 891b87c7339d2439408ffe55f35166235d464a07 Mon Sep 17 00:00:00 2001 From: Marco Ferrer <35935108+marcoferrer@users.noreply.github.com> Date: Mon, 2 Sep 2019 23:36:54 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ef9ccb..f76fbf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,8 +17,10 @@ _2019-09-03_ #### Coroutines * Fix: Usage of `@RpcMethod` annotation now properly targets method descriptors in generated code * New: Refactor gRPC coroutines generator for better maintainability [PR-76](https://github.com/marcoferrer/kroto-plus/pull/76) -* New: Expose script cache directory configuration [PR-69](https://github.com/marcoferrer/kroto-plus/pull/69) +#### Code Generation Scripts +* New: Expose script cache directory configuration [PR-69](https://github.com/marcoferrer/kroto-plus/pull/69) Thanks to @AlexeySoshin +* New: Register option extension for `(google.api.http)` so that its available during user script invocation ## Version 0.5.0-RC _2019-08-22_