From 2993fbc030396cb4bd96bbee6bdbca65d9b0a9f8 Mon Sep 17 00:00:00 2001 From: Michel Fortin Date: Thu, 24 Jan 2013 14:06:42 -0500 Subject: [PATCH] Updated version history. --- Readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Readme.md b/Readme.md index 17b3b2e..dd1f664 100644 --- a/Readme.md +++ b/Readme.md @@ -112,6 +112,15 @@ See Installation and Requirement above for details. Version History --------------- +Current Lib: + +* Changed HTML output for footnotes: now instead of adding `rel` and `rev` + attributes, footnotes links have the class name `footnote-ref` and + backlinks `footnote-backref`. (This change only affect Lib branch.) + +* Corrected namespace capitalization in composer package definition file. + + Lib 1.3-beta4 (21 Jan 2013): * Changed namespace name from michelf (lowercase) to Michelf (capitalized).