diff --git a/CHANGES.md b/CHANGES.md index c72339b..0fe57a1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +1.6 (2013-08-07) +---------------- + +* hide topfind messages by default +* more predefined prompts available via `#utop_prompt_XXX` +* fix a bug in `#require` when passing multiple packages +* display errors in ~/.lambda-term-inputrc nicely +* doc update +* fix an issue when using first-class modules + 1.5 (2013-04-28) ---------------- diff --git a/_oasis b/_oasis index e3cdd48..f12aaeb 100644 --- a/_oasis +++ b/_oasis @@ -5,7 +5,7 @@ OASISFormat: 0.3 OCamlVersion: >= 3.12 Name: utop -Version: 1.5 +Version: 1.6 LicenseFile: LICENSE License: BSD3 Authors: Jeremie Dimino