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 b3f4bea commit 66e2b1dCopy full SHA for 66e2b1d
CHANGELOG.md
@@ -1,8 +1,8 @@
1
# Changelog
2
3
-## 0.3.0 (yyyy-mm-dd)
+## 0.3.0 (2015-12-29)
4
5
-* fix "当字符串中有非中文的时候,会出现下标越界的情况"(影响 `pinyin.LazyPinyin` 和 `pinyin.Slug` ([#1](https://github.com/mozillazg/go-pinyin/issues/1))
+* fix "当字符串中有非中文的时候,会出现下标越界的情况"(影响 `pinyin.LazyPinyin` 和 `pinyin.Slug` ([#1](https://github.com/mozillazg/go-pinyin/issues/1)))
6
* 调整对非中文字符的处理:当遇到没有拼音的字符时,直接忽略
7
```
8
// before
pinyin.go
@@ -7,7 +7,7 @@ import (
// Meta
9
const (
10
- Version = "0.2.1"
+ Version = "0.3.0"
11
Author = "mozillazg, 闲耘"
12
License = "MIT"
13
Copyright = "Copyright (c) 2014 mozillazg, 闲耘"
0 commit comments