Skip to content

Commit

Permalink
Commit by Martin Monperrus on 17 February 2018
Browse files Browse the repository at this point in the history
  • Loading branch information
monperrus committed Feb 17, 2018
1 parent a946d2b commit 119a3a4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions chore/revapi_tpl.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,10 @@ New API: **<#list analysis.newApi.archives as archive>${archive.name}<#sep>, </#

<#list reports as report>
<#list report.differences as diff>
| Name | Change ${report?index+1} |
| Description | ${diff.description!"none"} |
| :---: | :---: |
| Old | <#if report.oldElement??><@pretty element=report.oldElement/><#else>none</#if> |
| New | <#if report.newElement??><@pretty element=report.newElement/><#else>none</#if> |
| Code | ${diff.code} |
| Description | ${diff.description!"none"} |
| Breaking | <#list diff.classification?keys as compat><#if compat?lower_case=="binary">${compat?lower_case}: ${diff.classification?api.get(compat)?lower_case}<#sep>, </#if></#list> |
</#list>
<#sep>
Expand Down

0 comments on commit 119a3a4

Please sign in to comment.