summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSaku Ytti <saku@ytti.fi>2014-07-21 16:17:09 +0300
committerSaku Ytti <saku@ytti.fi>2014-07-21 16:17:09 +0300
commitc90c4db50796e3708499c93c871d1ab8968f092a (patch)
tree9fc2bfd606a5f9299e5152eeda1b51a1f9e383d8 /CHANGELOG.md
parent723278d17c2fa84b2c8e17959f53e04eec7d9aa7 (diff)
Fix bug in 'vars.rb'0.1.1
We need to return value of 'r' instead of value of previous evaluation.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..912812a
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,2 @@
+# 0.1.1
+- BUGFIX: vars needs to return value of r, not value of evaluation