Skip to content

Commit da8f414

Browse files
committed
chore: adjust release notes to render better on pecl.php.net
1 parent d985f2c commit da8f414

File tree

1 file changed

+7
-27
lines changed

1 file changed

+7
-27
lines changed

package.xml

Lines changed: 7 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -24,34 +24,14 @@ Internationalization API Specification.
2424
</stability>
2525
<license uri="https://opensource.org/license/bsd-3-clause/">BSD-3-Clause</license>
2626
<notes><![CDATA[
27-
## 0.1.0 - 2023-08-27
27+
Initial release with initial functionality ported from ECMA-402:
2828
29-
### Added
30-
31-
- Initial release with initial functionality ported from [ECMA-402, 10th edition](https://402.ecma-international.org/10.0/):
32-
- `Ecma\Intl` static class with static methods `getCanonicalLocales()` and `supportedValuesOf()`
33-
- `Ecma\Intl\Category` enum to pass to `Intl::supportedValuesOf()`
34-
- `Ecma\Intl\Locale` to represent Unicode locales
35-
- `Ecma\Intl\Locale\Options` for manipulating locales when creating instances of `Ecma\Intl\Locale`
36-
- Various classes for representing locale information:
37-
- `Ecma\Intl\Locale\TextInfo` and `Ecma\Intl\Locale\CharacterDirection`
38-
- `Ecma\Intl\Locale\WeekInfo` and `Ecma\Intl\Locale\WeekDay`
39-
40-
### Changed
41-
42-
- Nothing.
43-
44-
### Deprecated
45-
46-
- Nothing.
47-
48-
### Removed
49-
50-
- Nothing.
51-
52-
### Fixed
53-
54-
- Nothing.
29+
- Ecma\Intl static class with static methods getCanonicalLocales() and supportedValuesOf()
30+
- Ecma\Intl\Category enum to pass to Intl::supportedValuesOf()
31+
- Ecma\Intl\Locale to represent Unicode locales
32+
- Ecma\Intl\Locale\Options for manipulating locales when creating instances of Ecma\Intl\Locale
33+
- Ecma\Intl\Locale\TextInfo and Ecma\Intl\Locale\CharacterDirection for conveying typesetting information for the locale
34+
- Ecma\Intl\Locale\WeekInfo and Ecma\Intl\Locale\WeekDay for conveying calendar information for the locale
5535
]]></notes>
5636
<contents>
5737
<dir name="/">

0 commit comments

Comments
 (0)