From c8dfaa499298e22c8cd770ad9eefb7748693031a Mon Sep 17 00:00:00 2001 From: Thomas Gazagnaire Date: Tue, 31 Dec 2013 10:45:10 +0100 Subject: [PATCH] Update CHANGES --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 4c1b561f2f9..a1b723a8487 100644 --- a/CHANGES +++ b/CHANGES @@ -10,6 +10,10 @@ * Add types `version_constraint` and `version_formula` to `OpamFormula` (#1046) * Clearer command aliases. Made `info` an alias for `show` and added the alias `uninstall` (#944) * Fixed `opam init --root=` +* Display OS constraints in `opam info` (#1052) +* Add a new 'opam-installer' script to make `.install` files usable outside of opam (#1026) +* Add a `--resolve` option to `opam-admin make` that builds just the archives you need + for a specific installation (#1031) 1.1.0 [Oct 2013] * Fix update of dev packages (#962)