Credit for #708
This commit is contained in:
parent
b16c94bb0a
commit
2e0f5a34d9
4
pom.xml
4
pom.xml
|
@ -350,6 +350,10 @@
|
||||||
<id>dconlan</id>
|
<id>dconlan</id>
|
||||||
<name>dconlan</name>
|
<name>dconlan</name>
|
||||||
</developer>
|
</developer>
|
||||||
|
<developer>
|
||||||
|
<id>psbrandt</id>
|
||||||
|
<name>Pascal Brandt</name>
|
||||||
|
</developer>
|
||||||
</developers>
|
</developers>
|
||||||
|
|
||||||
<licenses>
|
<licenses>
|
||||||
|
|
|
@ -219,6 +219,10 @@
|
||||||
Fix a bug in REST Hook Subscription interceptors which prevented subscriptions
|
Fix a bug in REST Hook Subscription interceptors which prevented subscriptions
|
||||||
from being activated. Thanks to Jeff Chung for the pull request!
|
from being activated. Thanks to Jeff Chung for the pull request!
|
||||||
</action>
|
</action>
|
||||||
|
<action type="fix" issue="708">
|
||||||
|
Fix broken links in usage pattern diagram on website. Thanks to
|
||||||
|
Pascal Brandt for the pull request!
|
||||||
|
</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="2.5" date="2017-06-08">
|
<release version="2.5" date="2017-06-08">
|
||||||
<action type="fix">
|
<action type="fix">
|
||||||
|
|
Loading…
Reference in New Issue