From b995bb4b603aaeb15695cd49181f7c3fb29d9bbb Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Mon, 14 Oct 2019 17:10:35 +0200 Subject: [PATCH] changes for 2.2.5 --- CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 612a26c..e0407e1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +## v2.2.5 (2019-10-14) + +* Functoria_runtime.with_argv now uses (#179, by @hannesm) + - exit 63 when `Help or `Version is requested (used to exit with 0) + - exit 64 when Term.eval returns with an error (used to raise an exception) + ## v2.2.4 (2019-05-27) * fix app_info - executing "opam list --installed" (#170, by @hannesm)