Updated changelog.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1766 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
fiddlosopher
2010-01-01 02:14:39 +00:00
parent 0fbdd037db
commit 435b2a66fb
+6 -2
View File
@@ -44,8 +44,10 @@ pandoc (1.4)
a data file from the user pandoc data directory (~/.pandoc
on unix), or, if not found there, from the system data
directory ($CABALDIR/shared/pandoc-VERSION/). All data
files, including templates, LaTeXMathML.js, and reference.odt,
can be overridden by the user.
files, including templates, LaTeXMathML.js, s5 styles,
and reference.odt, can be overridden by the user.
* s5 files moved from data/ui/default to s5/default.
* Use unicode instead of entities in HTML output. Resolves
Issue #163.
@@ -100,6 +102,8 @@ pandoc (1.4)
+ Changed RunTests to use local environment. We need at least HOME, so
pandoc can find its data directory.
* Updated windows installer to install data files in the app directory.
pandoc (1.3)
[ John MacFarlane ]