Skip to content

Commit 04dce32

Browse files
committed
doc: update CHANGELOG
1 parent eac4f2d commit 04dce32

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,14 @@
44

55
* Update to [Tailwind CSS v4.0.0](https://github.com/tailwindlabs/tailwindcss/releases/tag/v4.0.0) @flavorjones
66

7-
Upgrade guide at https://tailwindcss.com/docs/upgrade-guide
7+
The upstream upgrade guide is at https://tailwindcss.com/docs/upgrade-guide.
8+
9+
For Rails users, if you want to upgrade you may want to check out [TailwindCSS v4 - upgrade experience report · rails/tailwindcss-rails · Discussion #450](https://github.com/rails/tailwindcss-rails/discussions/450). If you're not ready to upgrade, then pin your project to the 3.x releases:
10+
11+
```ruby
12+
# If you're not ready to upgrade yet!
13+
gem "tailwindcss-ruby", "~> 3.4"
14+
```
815

916

1017
## v4.0.0.beta.10

0 commit comments

Comments
 (0)