mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00
Release v4.0.1 (#879)
This commit is contained in:
parent
1ab605f076
commit
8f4f407bc0
2 changed files with 9 additions and 1 deletions
|
@ -1,5 +1,13 @@
|
||||||
# Draper Changelog
|
# Draper Changelog
|
||||||
|
|
||||||
|
## 4.0.1 - 2020-03-25
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
* Check only object's private methods when preventing delegation [#875](https://github.com/drapergem/draper/pull/875)
|
||||||
|
|
||||||
|
### Other Changes
|
||||||
|
* Use `alias` over `alias_method` [#877](https://github.com/drapergem/draper/pull/877)
|
||||||
|
|
||||||
## 4.0.0 - 2020-02-05
|
## 4.0.0 - 2020-02-05
|
||||||
|
|
||||||
### Breaking Changes
|
### Breaking Changes
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module Draper
|
module Draper
|
||||||
VERSION = '4.0.0'
|
VERSION = '4.0.1'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue