diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-05-12 17:43:50 +0200 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-05-12 17:43:50 +0200 |
commit | 261342e47efc2756c6befd1e3d83c42d5dd082c6 (patch) | |
tree | 1f9a89a7d1c0be1b4a38091e9b207567bce00bab /CHANGES | |
parent | d7ef90898c6d8ddeae23caf0f9fb68c25537dcd0 (diff) | |
parent | af1a8689da1990da9a152ae8a0e51976f2a27ff6 (diff) |
Merge remote-tracking branch 'origin/master' into ghc-head
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,7 +1,13 @@ -Changes in version 2.17.0 +Changes in version 2.17.1 * Included with GHC 8.0.1 + * Fixed Makefile for GHC installation + + * Fixed clean rule of GHC Makefile + +Changes in version 2.17.0 (not released) + * Support typesetting of mathematical expressions via Mathjax (#397) * Describe orphan instances defined in a module in its documentation (#449) |