aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
* 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