<%=l(:label_change_log)%>

<% fixed_issues = @fixed_issues.group_by {|i| i.fixed_version } %> <% fixed_issues.each do |version, issues| %>

<%= version.name %> - <%= format_date(version.effective_date) %>
<%=h version.description %>

<% end %>