Skip to content

Commit 52ea163

Browse files
authored
Merge pull request #942 from drapergem/update-changelog
Release version 4.0.4, update changelog
2 parents f74a2d4 + 5aff9b4 commit 52ea163

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Draper Changelog
22

3+
## 4.0.4 - 2025-01-28
4+
5+
### Fixes
6+
* Fix a `LoadError` caused by a cherry-pick issue in version 4.0.3
7+
8+
## 4.0.3 - 2025-01-27
9+
10+
Added support for latest Ruby (upto 3.4) and Rails (upto 8) versions.
11+
12+
### Fixes
13+
* Fix `CollectionDecorator#respond_to?` for non-ORM collections [#920](https://github.com/drapergem/draper/pull/920)
14+
* Fix issues with using Draper outside of controller scope [#927](https://github.com/drapergem/draper/pull/927)
15+
* Fix decoration of AR associations [#932](https://github.com/drapergem/draper/pull/932)
16+
17+
### Other Changes
18+
* Improve performance of delegation via `delegate_all` [#911](https://github.com/drapergem/draper/pull/911)
19+
* Improve README [#878](https://github.com/drapergem/draper/pull/878), [#922](https://github.com/drapergem/draper/pull/922), [#934](https://github.com/drapergem/draper/pull/934)
20+
321
## 4.0.2 - 2021-05-27
422

523
### Fixes

lib/draper/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Draper
2-
VERSION = '4.0.2'
2+
VERSION = '4.1.0-pre'
33
end

0 commit comments

Comments
 (0)