diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-05-18 18:35:35 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-05-18 18:35:35 +0000 |
| commit | 54baccb36bedaa05c7ca8fc28b7506a40eca9651 (patch) | |
| tree | b1833c015ec3ff86445e37f7f5fe7125ac899fde | |
| parent | 46aed43c2d39df151ff5fa4747a4edc53b077a73 (diff) | |
| download | docutils-54baccb36bedaa05c7ca8fc28b7506a40eca9651.tar.gz | |
added history entries for recent bug fixes
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3348 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
| -rw-r--r-- | docutils/HISTORY.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docutils/HISTORY.txt b/docutils/HISTORY.txt index cc1051315..096ffb9b7 100644 --- a/docutils/HISTORY.txt +++ b/docutils/HISTORY.txt @@ -91,6 +91,9 @@ Changes Since 0.3.7 - "image" directive: added checks for valid values of "align" option, depending on context. "figure" directive: added specialized "align" option and attribute on "figure" element. + - Made ":figwidth: image" option of "figure" directive work again. + - Fixed bug with reference names containing uppercase letters + (e.g. "Name_") in "target" option of "image" directive. * docutils/parsers/rst/directives/misc.py: |
