diff options
author | Marcel Molina <marcel@vernix.org> | 2007-12-05 20:17:16 +0000 |
---|---|---|
committer | Marcel Molina <marcel@vernix.org> | 2007-12-05 20:17:16 +0000 |
commit | 15b1b889f24ee42f96b1fb74d5cab2438c32056a (patch) | |
tree | 4d872ed6670f4d9e8ef5ee31e42c0170150a9c54 /railties/CHANGELOG | |
parent | 68261d4b27ad79ad14779b65c98f832c5eaed18e (diff) | |
download | rails-15b1b889f24ee42f96b1fb74d5cab2438c32056a.tar.gz rails-15b1b889f24ee42f96b1fb74d5cab2438c32056a.tar.bz2 rails-15b1b889f24ee42f96b1fb74d5cab2438c32056a.zip |
Add warning to documentation about using transactional fixtures when the code under test uses transactions itself. Closes #7548 [thijsv]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8303 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r-- | railties/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG index a5a2330633..99502c9c40 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Add warning to documentation about using transactional fixtures when the code under test uses transactions itself. Closes #7548 [thijsv] + * Update Prototype to 1.6.0.1. [sam] * Update script.aculo.us to 1.8.0.1. [madrobby] |