summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2015-07-13 11:29:52 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2015-07-13 11:29:52 -0700
commite9703032fb4d76eec455517613db5cc9dee16991 (patch)
tree5969617baaf487edf14fbeba7297b3ca12742ec9 /CHANGELOG.md
parent1050b6b86870acb3b3dd288fcc27ee44fdf88458 (diff)
downloadffi-yajl-e9703032fb4d76eec455517613db5cc9dee16991.tar.gz
add CHANGELOG entries for releas
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7bdad2f..384add7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# ChangeLog
-## master (unreleased)
+## 2.2.1 (07/13/2015)
### New features
@@ -8,6 +8,16 @@
### Bugs fixed
+* [**Aaron Lasseigne**](https://github.com/AaronLasseigne):
+ Thanks for fixing my bad .travis.yml
+* [**Kouhei Sutou**](https://github.com/kou):
+ Numerous circular argument reference fixes, method redefined, assigned but unused warnings,
+ superclass mismatch warnings, etc.
+* Fixed uninitialized variable when using C-ext.
+* Fixed README require
+* Fixed superclass mismatch in rbx when using C-ext.
+* Lots of rubocop fixes, and added rubocop to travis
+
## 2.2.0 (04/30/2015)
### New features