We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a742c4 commit 2877f71Copy full SHA for 2877f71
CHANGELOG.md
@@ -1,6 +1,13 @@
1
# Changelog
2
3
4
+## 0.8.0 (2016-08-19)
5
+
6
+* **Changed** use [pinyin-data](https://github.com/mozillazg/pinyin-data) v0.3.0
7
+ * Fixed [#13](https://github.com/mozillazg/go-pinyin/issues/13)
8
+ * Fixed pinyin of 罗
9
10
11
## 0.7.0 (2016-08-02)
12
13
* **Changed** use [pinyin-data](https://github.com/mozillazg/pinyin-data) v0.2.0
pinyin.go
@@ -7,7 +7,7 @@ import (
// Meta
const (
- Version = "0.7.0"
+ Version = "0.8.0"
Author = "mozillazg, 闲耘"
License = "MIT"
Copyright = "Copyright (c) 2016 mozillazg, 闲耘"
0 commit comments