Skip to content

Commit 3ef226f

Browse files
committed
Record fix for #265
1 parent 142db85 commit 3ef226f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ChangeLog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,21 @@ XP Framework Core ChangeLog
33

44
## ?.?.? / ????-??-??
55

6+
## 10.9.0 / 2021-03-20
7+
68
### Features
79

810
* Generated `util.MimeType` from the media type database over at
911
https://github.com/jshttp/mime-db, which in turn consists of lists
1012
compiled from IANA registrations, Apache and Nginx. See issue #264
1113
(@thekid)
1214

15+
### Bugfixes
16+
17+
* Fixed issue #265: Environment::variables() empty on certain environments
18+
by replacing `$_ENV` by `$_SERVER`, see PR #266
19+
(@thekid)
20+
1321
## 10.8.1 / 2021-03-14
1422

1523
### Bugfixes

0 commit comments

Comments
 (0)