mysql2/CHANGELOG.md

11 lines
325 B
Markdown
Raw Normal View History

2010-04-04 20:14:15 +00:00
# Changelog
2010-04-07 16:52:05 +00:00
## 0.1.1 (April 6th, 2010)
* added affected_rows method (mysql_affected_rows)
* added last_id method (last_insert_id)
* enable reconnect option by default
* added initial async query support
* updated extconf (thanks to the mysqlplus project) for easier gem building
2010-04-06 08:23:52 +00:00
## 0.1.0 (April 6th, 2010)
* initial release