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
CHANGELOG.md
... ... @@ -16,6 +16,8 @@
16 16 - [#343][] Fix the ical generation. ([@shingara][])
17 17 - [#503][] Fix issue on where the service_url choose never use. ([@nfedyashev][])
18 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 22 ## 0.1.0 - 2013-05-29
21 23  
... ... @@ -72,6 +74,8 @@
72 74 [#503]: https://github.com/errbit/errbit/issues/503
73 75 [#506]: https://github.com/errbit/errbit/issues/506
74 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 80 <!-- Contributor on Errbit Thanks to all of them -->
77 81  
... ... @@ -90,3 +94,5 @@
90 94 [@parallel588]: https://github.com/parallel588
91 95 [@Gonzih]: https://github.com/Gonzih
92 96 [@boblail]: https://github.com/boblail
  97 +[@roryf]: https://github.com/roryf
  98 +[@mildavw]: https://github.com/mildavw
... ...