CHANGELOG in activesupport-1.3.0 vs CHANGELOG in activesupport-1.3.1

- old
+ new

@@ -1,4 +1,13 @@ +*1.3.1* (April 6th, 2005) + +* Clean paths inside of exception messages and traces. [Nicholas Seckar] + +* Add Pathname.clean_within for cleaning all the paths inside of a string. [Nicholas Seckar] + +* provide an empty Dependencies::LoadingModule.load which prints deprecation warnings. Lets 1.0 applications function with .13-style environment.rb. + + *1.3.0* (March 27th, 2005) * When possible, avoid incorrectly obtaining constants from parent modules. Fixes #4221. [Nicholas Seckar] * Add more tests for dependencies; refactor existing cases. [Nicholas Seckar]