Skip to content

Commit 9d83400

Browse files
committed
update CHANGELOG
1 parent 761717c commit 9d83400

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
@@ -36,6 +36,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3636
- Make the Rust based parser the default ([#11394](https://github.com/tailwindlabs/tailwindcss/pull/11394))
3737
- Simplify the `sans` font-family stack ([#11748](https://github.com/tailwindlabs/tailwindcss/pull/11748))
3838

39+
## [3.3.5] - 2023-10-25
40+
41+
### Fixed
42+
43+
- Fix incorrect spaces around `-` in `calc()` expression ([#12283](https://github.com/tailwindlabs/tailwindcss/pull/12283))
44+
3945
## [3.3.4] - 2023-10-24
4046

4147
### Fixed
@@ -2310,7 +2316,8 @@ No release notes
23102316

23112317
- Everything!
23122318

2313-
[unreleased]: https://github.com/tailwindlabs/tailwindcss/compare/v3.3.4...HEAD
2319+
[unreleased]: https://github.com/tailwindlabs/tailwindcss/compare/v3.3.5...HEAD
2320+
[3.3.5]: https://github.com/tailwindlabs/tailwindcss/compare/v3.3.4...v3.3.5
23142321
[3.3.4]: https://github.com/tailwindlabs/tailwindcss/compare/v3.3.3...v3.3.4
23152322
[3.3.3]: https://github.com/tailwindlabs/tailwindcss/compare/v3.3.2...v3.3.3
23162323
[3.3.2]: https://github.com/tailwindlabs/tailwindcss/compare/v3.3.1...v3.3.2

0 commit comments

Comments
 (0)