Commit bb3f1a04eb491dcfee3ec809fe72b845fd2f6a3f

Authored by Cyril Mougel
1 parent a68d3355
Exists in master and in 1 other branch production

update changelog with new Pull request merge [ci-skip]

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
@@ -16,6 +16,8 @@ @@ -16,6 +16,8 @@
16 - [#343][] Fix the ical generation. ([@shingara][]) 16 - [#343][] Fix the ical generation. ([@shingara][])
17 - [#503][] Fix issue on where the service_url choose never use. ([@nfedyashev][]) 17 - [#503][] Fix issue on where the service_url choose never use. ([@nfedyashev][])
18 - [#506][] Fix issue on bitbucket issue tracker creation failed. ([@Gonzih][]) 18 - [#506][] Fix issue on bitbucket issue tracker creation failed. ([@Gonzih][])
  19 +- [#514][] Add CDATA in xml return by Javascript. ([@mildavw][])
  20 +- [#517][] Javascript escape path from javascript Notifier. ([@roryf][])
19 21
20 ## 0.1.0 - 2013-05-29 22 ## 0.1.0 - 2013-05-29
21 23
@@ -72,6 +74,8 @@ @@ -72,6 +74,8 @@
72 [#503]: https://github.com/errbit/errbit/issues/503 74 [#503]: https://github.com/errbit/errbit/issues/503
73 [#506]: https://github.com/errbit/errbit/issues/506 75 [#506]: https://github.com/errbit/errbit/issues/506
74 [#508]: https://github.com/errbit/errbit/issues/508 76 [#508]: https://github.com/errbit/errbit/issues/508
  77 +[#514]: https://github.com/errbit/errbit/issues/514
  78 +[#517]: https://github.com/errbit/errbit/issues/517
75 79
76 <!-- Contributor on Errbit Thanks to all of them --> 80 <!-- Contributor on Errbit Thanks to all of them -->
77 81
@@ -90,3 +94,5 @@ @@ -90,3 +94,5 @@
90 [@parallel588]: https://github.com/parallel588 94 [@parallel588]: https://github.com/parallel588
91 [@Gonzih]: https://github.com/Gonzih 95 [@Gonzih]: https://github.com/Gonzih
92 [@boblail]: https://github.com/boblail 96 [@boblail]: https://github.com/boblail
  97 +[@roryf]: https://github.com/roryf
  98 +[@mildavw]: https://github.com/mildavw