branch: externals/dash commit 85307424cc3c97ed1db5b5fd53b0e11df065ef49 Author: Magnar Sveen <magn...@gmail.com> Commit: Magnar Sveen <magn...@gmail.com>
Add @wasamasa and @occidens to list of contributors --- README.md | 2 ++ readme-template.md | 2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md index 23d7133..325850a 100644 --- a/README.md +++ b/README.md @@ -2293,6 +2293,8 @@ Change `readme-template.md` or `examples-to-docs.el` instead. - [Steve Lamb](https://github.com/steventlamb) contributed `-cycle`, `-pad`, `-annotate`, `-zip-fill` and an n-ary version of `-zip`. - [Fredrik Bergroth](https://github.com/fbergroth) made the `-if-let` family use `-let` destructuring and improved script for generating documentation. - [Mark Oteiza](https://github.com/holomorph) contributed the script to create an info manual. + - [Vasilij Schneidermann](https://github.com/wasamasa) contributed `-some`. + - [William West](https://github.com/occidens) made `-fixfn` more robust at handling floats. Thanks! diff --git a/readme-template.md b/readme-template.md index 69392a5..5351fe7 100644 --- a/readme-template.md +++ b/readme-template.md @@ -205,6 +205,8 @@ Change `readme-template.md` or `examples-to-docs.el` instead. - [Steve Lamb](https://github.com/steventlamb) contributed `-cycle`, `-pad`, `-annotate`, `-zip-fill` and an n-ary version of `-zip`. - [Fredrik Bergroth](https://github.com/fbergroth) made the `-if-let` family use `-let` destructuring and improved script for generating documentation. - [Mark Oteiza](https://github.com/holomorph) contributed the script to create an info manual. + - [Vasilij Schneidermann](https://github.com/wasamasa) contributed `-some`. + - [William West](https://github.com/occidens) made `-fixfn` more robust at handling floats. Thanks!