diff options
author | Waylan Limberg <waylan@gmail.com> | 2008-08-21 11:30:06 -0400 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2008-08-21 11:30:06 -0400 |
commit | 9f87d5cfbbddb87c73169e807824ed1c5cdca71d (patch) | |
tree | 9ce9437e8d87fce7661d2626caad00c36419a954 /docs | |
parent | 561a10e7579105e9b28c54f39ad0a4239a32ced4 (diff) | |
download | markdown-9f87d5cfbbddb87c73169e807824ed1c5cdca71d.tar.gz markdown-9f87d5cfbbddb87c73169e807824ed1c5cdca71d.tar.bz2 markdown-9f87d5cfbbddb87c73169e807824ed1c5cdca71d.zip |
Updated AUTHORS and CHANGE_LOG
Diffstat (limited to 'docs')
-rw-r--r-- | docs/AUTHORS | 1 | ||||
-rw-r--r-- | docs/CHANGE_LOG | 6 |
2 files changed, 6 insertions, 1 deletions
diff --git a/docs/AUTHORS b/docs/AUTHORS index b4cd939..00abb15 100644 --- a/docs/AUTHORS +++ b/docs/AUTHORS @@ -32,5 +32,6 @@ Tiago Cogumbreiro G. Clark Haynes Daniel Krech Steward Midwinter +Neale Pickett Malcolm Tredinnick and many others to helped by reporting bugs diff --git a/docs/CHANGE_LOG b/docs/CHANGE_LOG index 200d5b7..d040789 100644 --- a/docs/CHANGE_LOG +++ b/docs/CHANGE_LOG @@ -1,7 +1,11 @@ PYTHON MARKDOWN CHANGELOG ========================= -August 2008: Updated included extensions to ElementTree. Added a +August 18 2008: Reorganized directory structure. Added a 'docs' dir +and moved all extensions into a 'markdown-extensions' package. +Added additional documentation and a few bug fixes. (v2.0-beta) + +August 4 2008: Updated included extensions to ElementTree. Added a seperate commanline script. (v2.0-alpha) July 2008: Switched from home-grown NanoDOM to ElementTree and |