# HG changeset patch
# User Jeff Forcier <jeff@bitprophet.org>
# Date 1380331611 25200
#      Fri Sep 27 18:26:51 2013 -0700
# Node ID f60a84e5c9977410597d8b68758b83ae8acedefd
# Parent  069490a16bb3c56329c034be27713dea199f8534
Shuffle changelog entry around.

diff --git a/NEWS b/NEWS
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,17 @@
 Releases
 ========
 
+v1.12.0 (27th Sep 2013)
+-----------------------
+
+* #152: Add tentative support for ECDSA keys. *This adds the ecdsa
+  module as a new dependency of Paramiko.* The module is available at
+  [warner/python-ecdsa on Github](https://github.com/warner/python-ecdsa) and
+  [ecdsa on PyPI](https://pypi.python.org/pypi/ecdsa).
+    * Note that you might still run into problems with key negotiation --
+      Paramiko picks the first key that the server offers, which might not be
+      what you have in your known_hosts file.
+
 v1.11.2 (27th Sep 2013)
 -----------------------
 
@@ -51,14 +62,6 @@
 v1.11.0 (26th Jul 2013)
 -----------------------
 
-* #152: Add tentative support for ECDSA keys. *This adds the ecdsa
-  module as a dependency of Paramiko.* The module is available at
-  `warner/python-ecdsa on Github
-  <https://github.com/warner/python-ecdsa>`_ and `ecdsa on PyPI
-  <https://pypi.python.org/pypi/ecdsa>`_. Note that you might still
-  run into problems with key negotiation -- Paramiko picks the first
-  key that the server offers, which might not be what you have in your
-  known_hosts file.
 * #98: On Windows, when interacting with the PuTTY PAgeant, Paramiko now
   creates the shared memory map with explicit Security Attributes of the user,
   which is the same technique employed by the canonical PuTTY library to avoid