Skip to content

Commit

Permalink
chore: adjust release notes to render better on pecl.php.net
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Aug 27, 2023
1 parent d985f2c commit da8f414
Showing 1 changed file with 7 additions and 27 deletions.
34 changes: 7 additions & 27 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,34 +24,14 @@ Internationalization API Specification.
</stability>
<license uri="https://opensource.org/license/bsd-3-clause/">BSD-3-Clause</license>
<notes><![CDATA[
## 0.1.0 - 2023-08-27
Initial release with initial functionality ported from ECMA-402:
### Added
- Initial release with initial functionality ported from [ECMA-402, 10th edition](https://402.ecma-international.org/10.0/):
- `Ecma\Intl` static class with static methods `getCanonicalLocales()` and `supportedValuesOf()`
- `Ecma\Intl\Category` enum to pass to `Intl::supportedValuesOf()`
- `Ecma\Intl\Locale` to represent Unicode locales
- `Ecma\Intl\Locale\Options` for manipulating locales when creating instances of `Ecma\Intl\Locale`
- Various classes for representing locale information:
- `Ecma\Intl\Locale\TextInfo` and `Ecma\Intl\Locale\CharacterDirection`
- `Ecma\Intl\Locale\WeekInfo` and `Ecma\Intl\Locale\WeekDay`
### Changed
- Nothing.
### Deprecated
- Nothing.
### Removed
- Nothing.
### Fixed
- Nothing.
- Ecma\Intl static class with static methods getCanonicalLocales() and supportedValuesOf()
- Ecma\Intl\Category enum to pass to Intl::supportedValuesOf()
- Ecma\Intl\Locale to represent Unicode locales
- Ecma\Intl\Locale\Options for manipulating locales when creating instances of Ecma\Intl\Locale
- Ecma\Intl\Locale\TextInfo and Ecma\Intl\Locale\CharacterDirection for conveying typesetting information for the locale
- Ecma\Intl\Locale\WeekInfo and Ecma\Intl\Locale\WeekDay for conveying calendar information for the locale
]]></notes>
<contents>
<dir name="/">
Expand Down

0 comments on commit da8f414

Please sign in to comment.