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>2015-11-07 19:15:47 +0300
committerJohannes Ewald <johannes.ewald@peerigon.com>2015-11-07 19:15:47 +0300
commit6846f52bad69cd8bd40b9bbeb1d2dbad98095aab (patch)
treefc39d7b89322a738350bb7dffa70969e6a58dfcc /CHANGELOG.md
parent23b79a82f6625a24fd3b26ed70dae9570e08131d (diff)
Update CHANGELOG
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 4014924..1ce26e5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,9 @@
Changelog
---------
+### 2.4.0
+- Make rewire's special methods `__set__`, `__get__` and `__with__` writable [#78](https://github.com/jhnns/rewire/pull/78)
+
### 2.3.4
- Add license and keywords to package.json [#59](https://github.com/jhnns/rewire/issues/59) [#60](https://github.com/jhnns/rewire/issues/60)