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:48:22 +0300
committerJohannes Ewald <johannes.ewald@peerigon.com>2015-04-28 01:48:22 +0300
commitd208b27ab2b9506b42f35464df70d3a2e03b1a20 (patch)
tree3f881165ed0cd7cefcb22f0586a0e17427c76faf /CHANGELOG.md
parentbbbd05cab7260f7db9ffcb4adb2e19bdf661bca9 (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 e3f3a93..d0da227 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,9 @@
Changelog
---------
+### 2.3.3
+- Fix issue where the strict mode was not detected when a comment was before "strict mode"; [#54](https://github.com/jhnns/rewire/issues/54)
+
### 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