History.txt in rubycas-client-2.3.1 vs History.txt in rubycas-client-2.3.2
- old
+ new
@@ -1,9 +1,16 @@
= RubyCAS-Client Changelog
-== Version 2.3.0 :: 2011-10-22
+== Version 2.3.2 :: 2011-11-11
+* Bug Fixes
+ * Removed a puts that didn't get cleaned up
+ * Fix a bug with parsing extra attributes caused by a strange edge
+ case in active_support
+
+== Version 2.3.1 :: 2011-10-22
+
* New Functionality
* Add configuration option to expect complex extra attributes to be encoded
in json instead of yaml
* Split out storage mechanism for single sign out and proxy ticket storage so
that it is modular
@@ -31,10 +38,10 @@
RubyCAS-Client is now licensed under the MIT License.
See http://www.opensource.org/licenses/mit-license.php
* New functionality:
* Added config parameter force_ssl_verification (self explanatory) [Roberto Klein]
- * Added explicit SingleSignutFilter for Rails (convenient?) [Adam Elliot]
+ * Added explicit SingleSigoutFilter for Rails (convenient?) [Adam Elliot]
* Added support for faking out the filter; useful when testing. See
http://github.com/gunark/rubycas-client/commit/1eb10cc285d59193eede3d4406f95cad9db9d93a
[Brian Hogan]
* Changes to existing functionality: