Skip to content

Commit

Permalink
Release 0.4.8: Added alias for UTF-7
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtuchkin committed Apr 14, 2015
1 parent 8613a1a commit 3dc7d0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

# 0.4.8 / 2015-04-14

* added alias UNICODE-1-1-UTF-7 for UTF-7 encoding (#94)


# 0.4.7 / 2015-02-05

* stop official support of Node.js v0.8. Should still work, but no guarantees.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iconv-lite",
"description": "Convert character encodings in pure javascript.",
"version": "0.4.7",
"version": "0.4.8",
"license": "MIT",

"keywords": ["iconv", "convert", "charset", "icu"],
Expand Down

0 comments on commit 3dc7d0c

Please sign in to comment.