Commit 38f427dc11f2030f9e1b2ab515eed1a873a08c2b

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

Update changelog with last pull request merging

[ ci skip ]
Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
@@ -13,6 +13,8 @@ @@ -13,6 +13,8 @@
13 bad api key. ([@shingara][]) 13 bad api key. ([@shingara][])
14 - Return a 400 http status when you try put a notice without args. 14 - Return a 400 http status when you try put a notice without args.
15 ([@shingara][]) 15 ([@shingara][])
  16 +- [#486][] Add confirms box when you do massive action. ([@manuelmeurer][])
  17 +- [#487][] Add specific template to redmine notification with less useless data. ([@tvdeyen][])
16 18
17 ### Bug fixes 19 ### Bug fixes
18 20
@@ -40,6 +42,8 @@ @@ -40,6 +42,8 @@
40 [#475]: https://github.com/errbit/errbit/issues/475 42 [#475]: https://github.com/errbit/errbit/issues/475
41 [#476]: https://github.com/errbit/errbit/issues/476 43 [#476]: https://github.com/errbit/errbit/issues/476
42 [#478]: https://github.com/errbit/errbit/issues/478 44 [#478]: https://github.com/errbit/errbit/issues/478
  45 +[#487]: https://github.com/errbit/errbit/issues/487
  46 +[#486]: https://github.com/errbit/errbit/issues/486
43 [@SamSaffron]: https://github.com/SamSaffron 47 [@SamSaffron]: https://github.com/SamSaffron
44 [@adamjt]: https://github.com/adamjt 48 [@adamjt]: https://github.com/adamjt
45 [@alvarobp]: https://github.com/alvarobp 49 [@alvarobp]: https://github.com/alvarobp
@@ -49,3 +53,5 @@ @@ -49,3 +53,5 @@
49 [@shingara]: https://github.com/shingara 53 [@shingara]: https://github.com/shingara
50 [@tamaloa]: https://github.com/tamaloa 54 [@tamaloa]: https://github.com/tamaloa
51 [@ivanyv]: https://github.com/ivanyv 55 [@ivanyv]: https://github.com/ivanyv
  56 +[@manuelmeurer]: https://github.com/manuelmeurer
  57 +[@tvdeyen]: https://github.com/tvdeyen