diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e57823..e43a042 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## [Unreleased] +- Make `skip-empty` the default behavior; remove recognizing the option flag - [#40](https://github.com/collectiveidea/protoc-gen-twirp_ruby/pull/40) - Update GitHub action to run specs on all supported Ruby versions - [#37](https://github.com/collectiveidea/protoc-gen-twirp_ruby/pull/37) ## [1.1.1] - 2024-05-22 diff --git a/README.md b/README.md index 81d8e7c..cff05e8 100644 --- a/README.md +++ b/README.md @@ -53,18 +53,16 @@ protoc --proto_path=. --ruby_out=. --twirp_ruby_out=. ./path/to/service.proto You can configure the code generation. Pass options by specifying `--twirp_ruby_opt=