diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-01-19 16:31:42 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-01-19 16:31:42 -0800 |
commit | 2c8bb43237f318b371bc50c4b649e808e7b5afef (patch) | |
tree | 6fd9f8428637fc3267c0bdc0285e921f6ca982e0 /changelog | |
parent | e1225643bb882121f82bf73b59df9417e7c8bf13 (diff) | |
download | pandoc-2c8bb43237f318b371bc50c4b649e808e7b5afef.tar.gz |
Updated changelog.
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -673,6 +673,10 @@ pandoc (1.10) in building the pandoc executable. (This required moving `pandoc.hs` from `src` to `.`.) This cuts compile time in half. + * `-O2` is no longer used in building pandoc. The performance improvement + it yields is so slight that it is not worth it. (Measured with + benchmarks on ghc 7.4.) + * The `executable` and `library` flags have been removed. * `-threaded` has been removed from ghc-options. |