Skip to content
This repository was archived by the owner on Jun 1, 2022. It is now read-only.

Commit 352ab1a

Browse files
committed
Prepare for 1.15
1 parent aa449af commit 352ab1a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

ChangeLog.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
# Change Log #
22

3-
## 1.15 (2014-??-??)
3+
## 1.15 (2015-05-01)
44

5+
* Calls to `die()` where replaced with calls to `trigger_error()`. This
6+
allows these (rare) errors to be gracefully handled by an error handler.
7+
Pull request by Dirk Weise. GitHub #28.
58
* Removed broken distributed queries code.
69
* Previously if a time zone was not found, an undefined variable error would
710
be outputted. `get_time_zone` now returns `null` if there is no matching
811
time zone. (Fixed by justgoodman. GitHub #30.)
12+
* `$GEOIP_REGION_NAME` is now prefixed with `global` to make it autoloaded by
13+
Composer. Pull request by Laurent Goussard. GitHub #15.
14+
* The script from updating the timezone data was improved to work with the
15+
new CSV format. Pull request by Shadman Kolahzary. GitHub #19.
916

1017
## 1.14 (2013-11-05)
1118

0 commit comments

Comments
 (0)