From 4ddee7ac3e1e35f3e75b853e792f6505d3648896 Mon Sep 17 00:00:00 2001 From: jason kirtland Date: Wed, 3 Jul 2013 12:08:14 +0200 Subject: And fix typos... --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 725925d..ee929b9 100644 --- a/README +++ b/README @@ -38,12 +38,12 @@ Changelog Summary 1.3 (July 3, 2013) - The global signal stash behind blinker.signal() is now backed by a regular name-to-Signal dictionary. Previously, weak references were - held in the mapping and ephermal usage in code like + held in the mapping and ephemeral usage in code like ``signal('foo').connect(...)`` could have surprising program behavior depending on import order of modules. - blinker.Namespace is now built on a regular dict. Use blinker.WeakNamespace for the older, weak-referencing behavior. - - Signal.connect('text-sender') uses an alterate hashing strategy to + - Signal.connect('text-sender') uses an alternate hashing strategy to avoid sharp edges in text identity. 1.2 (October 26, 2011) -- cgit v1.2.1