summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/examples.markdown8
-rw-r--r--web/releases.markdown43
2 files changed, 51 insertions, 0 deletions
diff --git a/web/examples.markdown b/web/examples.markdown
index 8ab15af..4d5cdb0 100644
--- a/web/examples.markdown
+++ b/web/examples.markdown
@@ -121,6 +121,14 @@ this list. This list has no particular ordering.
[source](https://github.com/rockymadden/rockymadden-web)
- <http://blog.dshevchenko.biz/>,
[source](https://github.com/denisshevchenko/blog)
+- <http://ruhaskell.org/>,
+ [source](https://github.com/ruHaskell/ruhaskell)
+- <http://www.haskell.od.ua/>,
+ [source](https://github.com/odhug/odhug.github.com)
+- <http://blog.rekahsoft.ca/>,
+ [source](http://git.rekahsoft.ca/blog-rekahsoft-ca)
+- <http://www.andreascarpino.it>,
+ [source](https://gitlab.com/ilpianista/website)
## Hakyll 3.X
diff --git a/web/releases.markdown b/web/releases.markdown
index 2d1372b..cf9e248 100644
--- a/web/releases.markdown
+++ b/web/releases.markdown
@@ -4,6 +4,49 @@ title: Releases
# Releases
+## Hakyll 4.7.0.0
+
+- Bump pandoc to 1.14. This will break a lot of sites: since the pandoc parser
+ might now return an error message, it is ran inside the `Compiler` monad where
+ we can nicely handle the error.
+
+## Hakyll 4.6.9.0
+
+- Let caller decide exit (fix by Erik Dominikus)
+- Bump pandoc-citeproc dependency
+
+## Hakyll 4.6.8.1
+
+- Fix test suite dependencies
+
+## Hakyll 4.6.8.0
+
+- Fix building on GHC 7.10 (fix by Charles Strahan)
+- Add support for a custom teaser separator (contribution by Tom Sydney
+ Kerckhove)
+- Let Pandoc handle DocBook files (contribution by Joshua SImmons)
+
+## Hakyll 4.6.7.1
+
+- Bump dependencies
+
+## Hakyll 4.6.7.0
+
+- Bump dependencies
+- Fix bug where hakyll-init would create a file called `name.cabal.cabal` (fix
+ by Hans-Peter Deifel)
+
+## Hakyll 4.6.6.0
+
+- Fix compilation error when preview server is disabled (fix by Magnus Therning)
+- Add author name by default to RSS feeds (contribution by Calen Pennington)
+
+## Hakyll 4.6.5.0
+
+- Bump dependencies
+- Fix garbled "Listening on 0.0.0.0:8000" message
+- Add `boolField` (contribution by Ferenc Wágner)
+
## Hakyll 4.6.4.0
- Fix another dependency handling bug when using snapshots