aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-02-20 22:28:11 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-02-20 22:28:11 +0000
commit1402bb7a25911e39e1fc00076ccd649af77e9e46 (patch)
tree12b73f30ea5f7238f3a9d88ec63754e6edfc05a7 /activesupport/CHANGELOG
parentba309a3e38297dfb79fa574555a1b8a003b04d1a (diff)
downloadrails-1402bb7a25911e39e1fc00076ccd649af77e9e46.tar.gz
rails-1402bb7a25911e39e1fc00076ccd649af77e9e46.tar.bz2
rails-1402bb7a25911e39e1fc00076ccd649af77e9e46.zip
Upgraded to breakpoint 92
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@721 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG10
1 files changed, 10 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index f0324acd0e..09b69d3fbf 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,3 +1,13 @@
+* Upgraded to breakpoint 92 which fixes:
+
+ * overload IRB.parse_opts(), fixes #443
+ => breakpoints in tests work even when running them via rake
+ * untaint handlers, might fix an issue discussed on the Rails ML
+ * added verbose mode to breakpoint_client
+ * less noise caused by breakpoint_client by default
+ * ignored TerminateLineInput exception in signal handler
+ => quiet exit on Ctrl-C
+
* Fixed Inflector for words like "news" and "series" that are the same in plural and singular #603 [echion], #615 [marcenuc]
* Added Hash#stringify_keys and Hash#stringify_keys!