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: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## 0.1.4 - TBA
8
+
## 0.2.0 - 2023-09-02
9
9
10
10
### Added
11
11
12
-
-Nothing.
12
+
-Add `Locale::$currency` and `Locale\Options::$currency` properties. ECMA-402 does not define these properties; they are unique to this implementation and inspired by the properties and methods added in the [Intl Locale Info Proposal](https://tc39.es/proposal-intl-locale-info/). ([#12](https://github.com/php-ecma-intl/ext/pull/12))
Fix: reduce duplication of code (and eliminate build warnings) by splitting MINIT for each class into separate functions.
29
-
Fix: allow installation of extension on PHP 8.3.
30
-
Fix: fixes a build warning for switch statements with no default branch.
28
+
Add Locale::$currency and Locale\Options::$currency properties. ECMA-402 does not define these properties; they are unique to this implementation and inspired by the properties and methods added in the Intl Locale Info Proposal.
31
29
]]></notes>
32
30
<contents>
33
31
<dirname="/">
@@ -225,6 +223,24 @@ Fix: fixes a build warning for switch statements with no default branch.
0 commit comments