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

Commit 59dca47

Browse files
committed
Release v1.0.1
1 parent 2ca2750 commit 59dca47

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Changelog
22

3-
## Next
3+
## 1.0.1 - 2014-08-26
44

55
- [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md) compliant and automation on Travis-CI
66
- Thanks to [@nyamsprod](https://github.com/nyamsprod) for initial patch.
7+
- [Fix] Domain containing `x`, `n` or `-` would result in failures while decoding (#6).
78

89

910
## 1.0.0 - 2014-03-10

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.0",
3+
"version": "1.0.1",
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)