From 0b2b98db65a4e4d194ddc5a907634388e651f849 Mon Sep 17 00:00:00 2001 From: Evan Czaplicki Date: Tue, 9 Jul 2013 00:07:54 +0200 Subject: [PATCH] Update changelog for pretty printing --- changelog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.txt b/changelog.txt index c365cd9..3f34811 100644 --- a/changelog.txt +++ b/changelog.txt @@ -19,6 +19,10 @@ Libraries: * Switch Text.height to use px instead of em, units like em and % can be created in Elm +Error Messages: +* Pretty printing of expressions and types +* Type-variables look more natural (a,b,c instead of t1,t2,t3) + forgot to fill this in again...