Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed Aug 18, 2021
1 parent 0195a49 commit 9bf2ba0
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# CHANGELOG

### 3.6.1 (2021-08-18)

- Fix grammatical case of `Calendar::describeInterval()` (#412, @mlocati)
- Fix `Calendar::getTimezoneNameNoLocationSpecific()` returning empty arrays instead of empty strings (#413, @mlocati)


### 3.6.0 (2021-06-23)

- Fix execution of the `bin/punic-data` script with PHP 8.0 (#405, @ontracker, @mlocati)
- Upgrade version of CLDR data from 35 to 36 (#404, #406, @c960657, @mlocati)
- New class to work with Scripts (#409, @mlocati)


### 3.5.1 (2020-01-24)

* Fix sorting strings that start with a digit (#169, @mlocati)
Expand All @@ -20,8 +33,8 @@
```
returns `'%1$s per minute'`
* libphonenumber data upgraded from version 8.10.1 to version 8.10.12 (#164, @mlocati)
* CLDR data updated from version 34 to version 35.1 (#164, @mlocati)
See http://cldr.unicode.org/index/downloads/cldr-35 for details
* CLDR data updated from version 34 to version 35.1 (#164, @mlocati)
See http://cldr.unicode.org/index/downloads/cldr-35 for details
**NOTE** The plural rules for the Cornish (`kw`) language may have some issues: see https://unicode-org.atlassian.net/browse


Expand Down

0 comments on commit 9bf2ba0

Please sign in to comment.