You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/develop/changelog.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,20 @@
4
4
5
5
## Version 3.x
6
6
7
+
#### 3.11.1 (2 December 2025)
8
+
* Allow symfony 8 by @Chris53897 in [CarbonPHP/carbon#73](https://github.com/CarbonPHP/carbon/pull/73)
9
+
* Micro-optimization for standalone months translation by @kylekatarnls in [CarbonPHP/carbon#68](https://github.com/CarbonPHP/carbon/pull/68)
10
+
* Support passing Unit enums to sub method and update type-hints by @hackel in [briannesbitt/Carbon#3250](https://github.com/briannesbitt/Carbon/pull/3250)
11
+
* Align Bangla locale files with English reference strings by @imhayatunnabi in [briannesbitt/Carbon#3257](https://github.com/briannesbitt/Carbon/pull/3257)
12
+
* Comprehensive Yiddish (yi_US) locale update by @BenyominMandel in [briannesbitt/Carbon#3267](https://github.com/briannesbitt/Carbon/pull/3267)
Copy file name to clipboardExpand all lines: releases.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,9 @@
1
1
[
2
+
{
3
+
"tag_name": "3.11.1",
4
+
"created_at": "2026-01-29T09:26:29Z",
5
+
"body": "## What's Changed\r\n* Get last errors to return false by @MizouziE in https:\/\/github.com\/CarbonPHP\/carbon\/pull\/70\r\n* Remove \"\u03c2\" for singular Greek year and month accusative form by @kylekatarnls in https:\/\/github.com\/CarbonPHP\/carbon\/pull\/75\r\n* Create dedicated interfaces for constants by @kylekatarnls in https:\/\/github.com\/CarbonPHP\/carbon\/pull\/76\r\n* Fix: isoFormat('MMMM') for sl_SI not working by @hoRacy in https:\/\/github.com\/CarbonPHP\/carbon\/pull\/65\r\n* Add test for parse 0 and empty string by @kylekatarnls in https:\/\/github.com\/CarbonPHP\/carbon\/pull\/62\r\n* Drop (dead) code for PHP 7 by @kylekatarnls in https:\/\/github.com\/CarbonPHP\/carbon\/pull\/59\r\n* Fix month\/week\/unit translation using fallback locale while main locale has it set by @kylekatarnls in https:\/\/github.com\/CarbonPHP\/carbon\/pull\/77\r\n* Fix English meridiem when another locale is used as fallback by @kylekatarnls in https:\/\/github.com\/CarbonPHP\/carbon\/pull\/78\r\n* Don't clone when casting from immutable to immutable by @kylekatarnls in https:\/\/github.com\/CarbonPHP\/carbon\/pull\/85\r\n* Fix Yiddish translation for time difference by @yisraeldov in https:\/\/github.com\/briannesbitt\/Carbon\/pull\/3273\r\n* Fix `withTestNow()` to restore previous test state instead of clearing it by @kyryl-bogach in https:\/\/github.com\/briannesbitt\/Carbon\/pull\/3283\r\n\r\n## New Contributors\r\n* @MizouziE made their first contribution in https:\/\/github.com\/CarbonPHP\/carbon\/pull\/70\r\n* @hoRacy made their first contribution in https:\/\/github.com\/CarbonPHP\/carbon\/pull\/65\r\n* @yisraeldov made their first contribution in https:\/\/github.com\/briannesbitt\/Carbon\/pull\/3273\r\n* @kyryl-bogach made their first contribution in https:\/\/github.com\/briannesbitt\/Carbon\/pull\/3283\r\n\r\n**Full Changelog**: https:\/\/github.com\/CarbonPHP\/carbon\/compare\/3.11.0...3.11.1"
0 commit comments