File: releases.md

package info (click to toggle)
php-league-csv 9.23.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 39,720 kB
  • sloc: php: 13,345; javascript: 80; makefile: 29; xml: 29
file content (19 lines) | stat: -rw-r--r-- 564 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
layout: default
title: Release Notes
redirect_from:
    - /changelog/
    - /upgrading/
    - /upgrading/changelog/
---

# Release Notes

These are the release notes from `Csv`. We've tried to cover all changes, including backward compatible breaks from 5.0 through to the current stable release. If we've missed anything, feel free to create an issue, or send a pull request.

{% for release in site.github.releases %}

## {{ release.name }} - {{ release.published_at | date: "%Y-%m-%d" }}

{{ release.body | replace:'```':'~~~' | markdownify }}
{% endfor %}