CHANGELOG.md in twirp_rails-0.2.1 vs CHANGELOG.md in twirp_rails-0.3.0
- old
+ new
@@ -2,9 +2,17 @@
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.3.0 - 2020-02-28
+
+### Added
+- Ability to detailed log twirp calls. Add `TwirpRails.log_twirp_calls!` to the initializer.
+
+### Breaking changes
+- Services not been instrumented via `ActiveSupport::Notifications` unless `TwirpRails.log_twirp_calls!` used.
+
## 0.2.0 - 2020-02-21
### Breaking changes
- `mount_twirp` now (by default) mounts to path /twirp/Service instead of /Service. If you want to use old
behavior add `scope: nil` argument.