Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ewald <johannes.ewald@peerigon.com>2014-10-29 03:05:31 +0300
committerJohannes Ewald <johannes.ewald@peerigon.com>2014-10-29 03:05:31 +0300
commit1eede09155581d71bc311e0b7d16e0109d607e05 (patch)
treead16946dd35a54ec061af3a80c04869925667645 /CHANGELOG.md
parent6040c0c5b1fad9700cac59e6e854c2bcda7bf24b (diff)
v2.1.2v2.1.2
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 547e2c5..3816129 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
Changelog
---------
+### 2.1.2
+
+- Fixed missing `var` statement which lead to pollution of global namespace [#33](https://github.com/jhnns/rewire/pull/33)
+
### 2.1.1
- Made magic `__set__`, `__get__` and `__with__` not enumerable [#32](https://github.com/jhnns/rewire/pull/32)