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-04-28 01:18:32 +0300
committerJohannes Ewald <johannes.ewald@peerigon.com>2015-04-28 01:18:32 +0300
commit17c60bbb4bbf0d4924d8a4b7be2a244f54feb92b (patch)
tree338eeeabbd5755ee237501a031f12cc93f2ab2e5 /CHANGELOG.md
parentcd8821b6f7fedc02d1b076e5ff8727506390e282 (diff)
Update CHANGELOG
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 6b18852..e3f3a93 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
Changelog
---------
+### 2.3.2
+- Fix a problem when a function declaration had the same name as a global variable [#56](https://github.com/jhnns/rewire/issues/56)
+- Added README section about rewire's limitations
+
### 2.3.1
- Fix problems when global objects like JSON, etc. have been rewired [#40](https://github.com/jhnns/rewire/issues/40)