aboutsummaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-02-24 22:59:44 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-02-24 22:59:44 +0000
commit5f3a147dfdee17a05fba87ece8629fa19e95a1c9 (patch)
tree0f785ffaaed60b8ad2b37196d96b872ed3f5b61a /changelog
parentbb639d550662b688cb418e4ef10807b33d991b00 (diff)
downloadpandoc-5f3a147dfdee17a05fba87ece8629fa19e95a1c9.tar.gz
Removed plugin support.
Plugins will probably be added in a later version, but for now we want to avoid the heavy GHC API dependency. Also, plugins are very slow with the current system. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1548 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'changelog')
-rw-r--r--changelog16
1 files changed, 3 insertions, 13 deletions
diff --git a/changelog b/changelog
index 2b144e087..c659e66f8 100644
--- a/changelog
+++ b/changelog
@@ -16,19 +16,9 @@ pandoc (1.2)
+ Added tests (run only if highlighting support compiled in).
+ Documented lhs features in man page and README.
- * Added a plugin system, based on hint. This allows users to
- write small interpreted Haskell programs that transform the
- AST between the reader and the writer.
-
- + In Text.Pandoc.Definition, added processWith, processWithM,
- and queryWith, and deprecated processPandoc and queryPandoc
- for these more general functions, which are useful in writing
- plugins.
- + Added module Text.Pandoc.Plugins.
- + Added a --plugins option to pandoc, and code to run the parsed
- document through all the plugins.
- + Provided five sample plugin files in the plugins/ directory.
- + Documented --plugin in the pandoc man page and README.
+ * In Text.Pandoc.Definition, added processWith, processWithM,
+ and queryWith, and deprecated processPandoc and queryPandoc
+ for these more general functions.
* Fixed bug in mediawiki writer: improper closing tags in tables.
Thanks to Benct Philip Jonsson for reporting the bug.