Commit a678e0c408ea16e447a4a88f5df7176a649b347d
1 parent
d3f736f8
Exists in
master
and in
1 other branch
add changelog about pr merged [ci-skip]
Showing
2 changed files
with
16 additions
and
0 deletions
Show diff stats
CHANGELOG.md
... | ... | @@ -18,6 +18,10 @@ |
18 | 18 | - [#532][] Use https link in Gravatar if you use errbit on https |
19 | 19 | ([@jeroenj][]) |
20 | 20 | - [#536][] Order app by name by default ([@2called-chaos][]) |
21 | +- [#542][] Allow the MONGODB_URL env configuration about Mongodb ([@bacongobbler][]) | |
22 | +- [#530][] Improve the flowdock notification ([@nfedyashev][]) | |
23 | +- [#531][] Improve the HipChat notification message ([@brendonrapp][]) | |
24 | + | |
21 | 25 | |
22 | 26 | ### Bug Fixes |
23 | 27 | |
... | ... | @@ -87,7 +91,10 @@ |
87 | 91 | [#516]: https://github.com/errbit/errbit/issues/516 |
88 | 92 | [#517]: https://github.com/errbit/errbit/issues/517 |
89 | 93 | [#524]: https://github.com/errbit/errbit/issues/524 |
94 | +[#530]: https://github.com/errbit/errbit/issues/530 | |
95 | +[#531]: https://github.com/errbit/errbit/issues/531 | |
90 | 96 | [#532]: https://github.com/errbit/errbit/issues/532 |
97 | +[#542]: https://github.com/errbit/errbit/issues/542 | |
91 | 98 | |
92 | 99 | <!-- Contributor on Errbit Thanks to all of them --> |
93 | 100 | |
... | ... | @@ -98,7 +105,9 @@ |
98 | 105 | [@aliscott]: http://github.com/aliscott |
99 | 106 | [@alvarobp]: https://github.com/alvarobp |
100 | 107 | [@arthurnn]: https://github.com/arthurnn |
108 | +[@bacongobbler]: https://github.com/bacongobbler | |
101 | 109 | [@boblail]: https://github.com/boblail |
110 | +[@brendonrapp]: https://github.com/brendonrapp | |
102 | 111 | [@chadcf]: https://github.com/chadcf |
103 | 112 | [@ivanyv]: https://github.com/ivanyv |
104 | 113 | [@jeroenj]: https://github.com/jeroenj |
... | ... | @@ -112,4 +121,5 @@ |
112 | 121 | [@shingara]: https://github.com/shingara |
113 | 122 | [@tamaloa]: https://github.com/tamaloa |
114 | 123 | [@tvdeyen]: https://github.com/tvdeyen |
124 | +[@williamn]: https://github.com/williamn | |
115 | 125 | [@xenji]: https://github.com/xenji | ... | ... |
CONTRIBUTORS.md
... | ... | @@ -4,13 +4,16 @@ |
4 | 4 | - [@Gonzih][] |
5 | 5 | - [@aliscott][] |
6 | 6 | - [@arthurnn][] |
7 | +- [@bacongobbler][] | |
7 | 8 | - [@boblail][] |
9 | +- [@brendonrapp][] | |
8 | 10 | - [@jeroenj][] |
9 | 11 | - [@mildavw][] |
10 | 12 | - [@nfedyashev][] |
11 | 13 | - [@parallel588][] |
12 | 14 | - [@roryf][] |
13 | 15 | - [@shingara][] |
16 | +- [@williamn][] | |
14 | 17 | - [@xenji][] |
15 | 18 | |
16 | 19 | ## 0.1.0 - 2013-05-29 |
... | ... | @@ -36,7 +39,9 @@ |
36 | 39 | [@aliscott]: http://github.com/aliscott |
37 | 40 | [@alvarobp]: https://github.com/alvarobp |
38 | 41 | [@arthurnn]: https://github.com/arthurnn |
42 | +[@bacongobbler]: https://github.com/bacongobbler | |
39 | 43 | [@boblail]: https://github.com/boblail |
44 | +[@brendonrapp]: https://github.com/brendonrapp | |
40 | 45 | [@chadcf]: https://github.com/chadcf |
41 | 46 | [@ivanyv]: https://github.com/ivanyv |
42 | 47 | [@jeroenj]: https://github.com/jeroenj |
... | ... | @@ -50,4 +55,5 @@ |
50 | 55 | [@shingara]: https://github.com/shingara |
51 | 56 | [@tamaloa]: https://github.com/tamaloa |
52 | 57 | [@tvdeyen]: https://github.com/tvdeyen |
58 | +[@williamn]: https://github.com/williamn | |
53 | 59 | [@xenji]: https://github.com/xenji | ... | ... |