Skip to content

Commit ca31df2

Browse files
committed
Update CHANGELOG and contributor list
1 parent 222ebb1 commit ca31df2

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes made to Crutches will be documented in this file.
44

5+
## Unreleased
6+
7+
### Added
8+
9+
- `Enum.none?/1` and `Enum.none?/2` [#82], ([endersstocker])
10+
- `Enum.one?/1` and `Enum.one?/2` [#83], ([endersstocker])
11+
512
## [1.0.0] - 2015-10-05
613

714
### Added
@@ -126,7 +133,10 @@ All notable changes made to Crutches will be documented in this file.
126133
[doomspork]:https://github.com/doomspork
127134
[caryanne]:https://github.com/caryanne
128135
[mykewould]:https://github.com/mykewould
136+
[endersstocker]:https://github.com/endersstocker
129137

138+
[#83]:https://github.com/mykewould/crutches/pull/83
139+
[#82]:https://github.com/mykewould/crutches/pull/82
130140
[#80]:https://github.com/mykewould/crutches/pull/80
131141
[#79]:https://github.com/mykewould/crutches/pull/79
132142
[#77]:https://github.com/mykewould/crutches/pull/77

mix.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ defmodule Crutches.Mixfile do
1111
description: "An Elixir toolbelt freely inspired from Ruby's ActiveSupport",
1212
package: [maintainers: ["Michael Wood", "Kash Nouroozi", "Maurizio Del Corno",
1313
"nawns", "Laurens Duijvesteijn", "Joel Meador",
14-
"Sonny Scroggin", "Louis Pilfold", "Alexis Mas"],
14+
"Sonny Scroggin", "Louis Pilfold", "Alexis Mas",
15+
"Bryan Enders"],
1516
licenses: ["MIT"],
1617
links: %{"GitHub" => "https://github.com/mykewould/crutches"}]]
1718
end

0 commit comments

Comments
 (0)