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

Commit 21c0025

Browse files
committed
Release v1.1.0
1 parent 3e2d539 commit 21c0025

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.1.0 - 2015-03-12
4+
5+
- [Enhancement] Character encoding is now passed to the constructor, defaulting to UTF-8, as opposite to relying on `mb_internal_encoding` function call (#9).
6+
37
## 1.0.1 - 2014-08-26
48

59
- [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md) compliant and automation on Travis-CI

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "true/punycode",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"type": "library",
55
"description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)",
66
"keywords": ["IDNA", "punycode"],

0 commit comments

Comments
 (0)