summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkuanyui <azazabc123@gmail.com>2016-01-20 23:34:55 +0800
committerkuanyui <azazabc123@gmail.com>2016-01-20 23:34:55 +0800
commit4af787c030379f7f9f0db64efba90036c010df88 (patch)
tree3acecf3ea3960e9bd617e95ff6877e325a442ea6
parent81db7359e1a891020ef2e65aa05c2b9e65673254 (diff)
parenta56f0d0fedf9754e1728067ac868100f2499357d (diff)
Merge commit 'tags/1.11.0^0'
-rw-r--r--README.md5
-rw-r--r--readme-template.md5
2 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 62470db..8899279 100644
--- a/README.md
+++ b/README.md
@@ -852,6 +852,10 @@ calculate the Levenshtein distance between two strings.
## Changelist
+### From 1.10.0 to 1.11.0
+
+- Add `s-matched-positions-all` (ono hiroko)
+
### From 1.9.0 to 1.10.0
- Add `s-wrap` (Johan Andersson)
@@ -918,6 +922,7 @@ calculate the Levenshtein distance between two strings.
* [Geoff Gole](https://github.com/gsg) contributed `s-all-match-strings`
* [Sylvain Rousseau](https://github.com/thisirs) contributed `s-word-initials`
* [Lars Andersen](https://github.com/expez) contributed `s-count-matches`
+* [ono hiroko](https://github.com/kuanyui) contributed `s-matched-positions-all`
Thanks!
diff --git a/readme-template.md b/readme-template.md
index 61f8472..c31512d 100644
--- a/readme-template.md
+++ b/readme-template.md
@@ -40,6 +40,10 @@ calculate the Levenshtein distance between two strings.
## Changelist
+### From 1.10.0 to 1.11.0
+
+- Add `s-matched-positions-all` (ono hiroko)
+
### From 1.9.0 to 1.10.0
- Add `s-wrap` (Johan Andersson)
@@ -106,6 +110,7 @@ calculate the Levenshtein distance between two strings.
* [Geoff Gole](https://github.com/gsg) contributed `s-all-match-strings`
* [Sylvain Rousseau](https://github.com/thisirs) contributed `s-word-initials`
* [Lars Andersen](https://github.com/expez) contributed `s-count-matches`
+* [ono hiroko](https://github.com/kuanyui) contributed `s-matched-positions-all`
Thanks!