branch: externals/dash
commit 8e2422af5cd00767454bd4c27bcff854a665c433
Author: Magnar Sveen <[email protected]>
Commit: Magnar Sveen <[email protected]>
Add Christina Whyte (@kurisuwhyte) to list of contributors
---
README.md | 5 +++++
readme-template.md | 5 +++++
2 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
index 3611b7b..4b80695 100644
--- a/README.md
+++ b/README.md
@@ -1278,6 +1278,10 @@ Change `readme-template.md` or `examples-to-docs.el`
instead.
## Changelist
+### From 2.1.0 to 2.2.0
+
+- Add `-compose` (Christina Whyte)
+
### From 2.0.0 to 2.1.0
- Add indexing operations (Matus Goljer)
@@ -1333,6 +1337,7 @@ Change `readme-template.md` or `examples-to-docs.el`
instead.
- [Wilfred Hughes](https://github.com/Wilfred) contributed `-slice`,
`-first-item` and `-last-item`.
- [Emanuel Evans](https://github.com/shosti) contributed `-if-let`,
`-when-let` and `-insert-at`.
- [Johan Andersson](https://github.com/rejeep) contributed `-sum` and
`-product`.
+ - [Christina Whyte](https://github.com/kurisuwhyte) contributed `-compose`
Thanks!
diff --git a/readme-template.md b/readme-template.md
index 1a923bc..e483bb0 100644
--- a/readme-template.md
+++ b/readme-template.md
@@ -103,6 +103,10 @@ Change `readme-template.md` or `examples-to-docs.el`
instead.
## Changelist
+### From 2.1.0 to 2.2.0
+
+- Add `-compose` (Christina Whyte)
+
### From 2.0.0 to 2.1.0
- Add indexing operations (Matus Goljer)
@@ -158,6 +162,7 @@ Change `readme-template.md` or `examples-to-docs.el`
instead.
- [Wilfred Hughes](https://github.com/Wilfred) contributed `-slice`,
`-first-item` and `-last-item`.
- [Emanuel Evans](https://github.com/shosti) contributed `-if-let`,
`-when-let` and `-insert-at`.
- [Johan Andersson](https://github.com/rejeep) contributed `-sum` and
`-product`.
+ - [Christina Whyte](https://github.com/kurisuwhyte) contributed `-compose`
Thanks!