CHANGELOG.md in twirp_rails-0.4.0 vs CHANGELOG.md in twirp_rails-0.4.1

- old
+ new

@@ -2,9 +2,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.4.1 - 2020-03-30 + +### Added + +- smart service detection - you can use `rails g twirp svc` if you `Svc` or +`SvcAPI` service described at `company/service/subservice/version/etc/svc_api.proto` +- Add `# :nocov:` comment to generated modules to avoid decrease coverage +- Improve generator console output and error handling +- `add_api_acronym` configuration option + +### Fixed + +- `protoc` path was cached on start and didn't reload with spring + ## 0.4.0 - 2020-03-24 ### Breaking changes - Client and server proto directory splits from `app/protos` to `rpc` and `rpc/clients` (configurable)