From ac2e84d2f99d22894536d24537947191933a759b Mon Sep 17 00:00:00 2001 From: Chen Yi-Cyuan Date: Sat, 4 Jan 2014 16:32:07 +0800 Subject: [PATCH] add change log --- CHANGELOG.md | 3 +++ README.md | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a6d5b64 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,3 @@ +# v0.1.0 / 2014-01-04 + +Initial release diff --git a/README.md b/README.md index 129288a..8fc92c1 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Output a7bac2239fcdcb3a067903d8077c4a07 -## Run Tests +## Tests You can open `tests/index.html` in browser or use node.js to run `node tests/node-test.js` for test. You also could use `npm test` instance of `node tests/node-test.js`. @@ -64,5 +64,5 @@ And then you could use like this: 'message'.md5(); ## Contact -The project's website is located at https://github.com/emn178/js-md5 +The project's website is located at https://github.com/emn178/js-md5 Author: emn178@gmail.com