|
11 | 11 | 'url_parsing_api_title' => 'Add RFC 3986 and WHATWG URL compliant API', |
12 | 12 | 'url_parsing_api_description' => '<code>Uri\UriException</code>, <code>Uri\InvalidUriException</code>, <code>Uri\UriComparisonMode</code>, |
13 | 13 | <code>Uri\Rfc3986\Uri</code>, <code>Uri\WhatWg\InvalidUrlException</code>, <code>Uri\WhatWg\UrlValidationErrorType</code>, <code>Uri\WhatWg\UrlValidationError</code>, and <code>Uri\WhatWg\Url</code> are now available.', |
| 14 | + 'clone_with_title' => 'Clone with v2', |
| 15 | + 'no_discard_title' => 'New <code>#[\NoDiscard]</code> Attribute', |
| 16 | + 'fcc_in_const_expr_title' => 'First Class Callables in constant expressions', |
| 17 | + 'curl_share_persistence_improvement_title' => 'Persistent cURL share handle improvement', |
| 18 | + 'array_first_last_title' => 'New <code>array_first()</code> and <code>array_last()</code> functions', |
| 19 | + 'final_promotion_title' => 'Final Property Promotion', |
| 20 | + 'attributes_on_constants_title' => 'Attributes on Constants', |
| 21 | + 'override_properties_title' => 'Attribute <code>#[\Override]</code> extended to target properties', |
| 22 | + 'static_aviz_title' => 'Asymmetric Visibility for Static Properties', |
| 23 | + 'deprecated_traits_title' => 'Attribute <code>#[\Deprecated]</code> available for traits', |
14 | 24 |
|
15 | 25 | 'new_classes_title' => 'New Classes, Interfaces, and Functions', |
16 | | - 'new_core_attributes' => '<code>#[\NoDiscard]</code> and <code>#[\DelayedTargetValidation]</code> attributes', |
17 | 26 |
|
18 | 27 | 'bc_title' => 'Deprecations and backward compatibility breaks', |
19 | 28 |
|
|
0 commit comments