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-28 03:52:22 +0300
committerJohannes Ewald <johannes.ewald@peerigon.com>2014-10-28 03:52:22 +0300
commit93d3907216f1a0ea4bc24eb0bc83775f84a6063c (patch)
tree0faeb9f2b51064be156c3115fa01362192aab2a3 /CHANGELOG.md
parentef5f0eb632a465ba274dd942b2f0f32156effb1f (diff)
v2.1.1v2.1.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 96a112b..547e2c5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,9 @@
Changelog
---------
+### 2.1.1
+- Made magic `__set__`, `__get__` and `__with__` not enumerable [#32](https://github.com/jhnns/rewire/pull/32)
+
### 2.1.0
- Added revert feature of `__set__` method
- Introduced `__with__` method to revert changes automatically