From 93f6d45e11908b10a1df32f30157eecdbe8bd9d3 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Fri, 25 Jul 2014 00:30:53 +0200 Subject: [PATCH] minor: changelog: fix typo --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 52934901..368a1b31 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -16,7 +16,7 @@ Changelog drastically. Loading times are down as well (it takes basically as long as an import). - REPL completion is starting to become usable. -- Various small API changes. Generally this released focuses on stability and +- Various small API changes. Generally this release focuses on stability and refactoring of internal APIs. - Introducing operator precedence, which makes calculating correct Array indices and ``__getattr__`` strings possible.