Commit 34b283ae670c6dd60aa56dbf2ef294f5853cd56e
1 parent
afdf9a5e
Exists in
master
and in
1 other branch
Update Changelog with latest PR merged [ci skip]
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
CHANGELOG.md
| ... | ... | @@ -11,6 +11,8 @@ |
| 11 | 11 | ### Bug Fixes |
| 12 | 12 | |
| 13 | 13 | - [#343][] Fix the ical generation. ([@shingara][]) |
| 14 | +- [#503][] Fix issue on where the service_url choose never use. ([@nfedyashev][]) | |
| 15 | +- [#506][] Fix issue on bitbucket issue tracker creation failed. ([@Gonzih][]) | |
| 14 | 16 | |
| 15 | 17 | ## 0.1.0 - 2013-05-29 |
| 16 | 18 | |
| ... | ... | @@ -63,6 +65,8 @@ |
| 63 | 65 | [#487]: https://github.com/errbit/errbit/issues/487 |
| 64 | 66 | [#486]: https://github.com/errbit/errbit/issues/486 |
| 65 | 67 | [#492]: https://github.com/errbit/errbit/issues/492 |
| 68 | +[#503]: https://github.com/errbit/errbit/issues/503 | |
| 69 | +[#506]: https://github.com/errbit/errbit/issues/506 | |
| 66 | 70 | |
| 67 | 71 | <!-- Contributor on Errbit Thanks to all of them --> |
| 68 | 72 | |
| ... | ... | @@ -79,4 +83,5 @@ |
| 79 | 83 | [@tvdeyen]: https://github.com/tvdeyen |
| 80 | 84 | [@nfedyashev]: https://github.com/nfedyashev |
| 81 | 85 | [@parallel588]: https://github.com/parallel588 |
| 86 | +[@Gonzih]: https://github.com/Gonzih | |
| 82 | 87 | ... | ... |