aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
* Add release dates to documentationclaudiob2012-03-011-2/+2
| | | | Set "March 1, 2012" as the release date for 3.2.2, 3.1.4, 3.0.12
* Update changelogs with rails 3.0-stable branch infoPaco Guzman2012-02-251-1/+47
|
* updates CHANGELOGs to register changes in 002713cXavier Noria2012-02-221-0/+5
|
* Add release date of Rails 3.2.0 to documentationclaudiob2012-01-261-1/+1
|
* Convert CHANGELOGs to Markdown format.Jon Leighton2011-11-041-0/+334
Reasons: * Markdown reads well as plain text, but can also be formatted. * It will make it easier for people to read on the web as Github formats the Markdown nicely. * It will encourage a level of consistency when people are writing CHANGELOG entries. The script used to perform the conversion is at https://gist.github.com/1339263