README.md in dry-behaviour-0.4.0 vs README.md in dry-behaviour-0.4.1
- old
+ new
@@ -62,9 +62,13 @@
@am-kantox, @saverio-kantox & @kantox
## Changelog
+### `0.4.1` :: Protocol-wide methods are allowed to call from implementation
+
+**NB** Works for all `defimpl`s.
+
### `0.4.0` :: Protocol-wide methods are allowed to call from inside implementation
```ruby
module Protocols::Adder
include Dry::Protocol