History.txt in rubycas-client-2.3.9 vs History.txt in rubycas-client-2.3.10.rc1
- old
+ new
@@ -1,6 +1,21 @@
= RubyCAS-Client Changelog
+== Version 2.3.10.rc1 :: 2013-03-18
+
+* Bug Fixes
+ * Fixed bug where ActiveRecordTicketStore failed to add the service
+ ticket to the sessions table
+ * Fixed compatibility of login_to_service with rubycas-server 1.1.x (@bradseefeld)
+ * Fix an issue that prevented inspection of faked extra attributes on the filter (@yurikoval)
+ * Fix travis builds running incorrectly (@tpicket66)
+ * Remove dependency on rubycas-client-rails when Rails 3.x is being used (@KrisSiegel)
+ * Fix an issue where the Ticket Store might break under Rails 3.x
+ * Fix loading the ActiveRecordTicketStore by symbol
+
+* Other
+ * Vastly expand combinations of ruby and rails versions that are considered supported. - see .travis.yml
+
== Version 2.3.9 :: 2012-06-20
* Other
* ci against lots more ruby versions - see .travis.yml and the travis
status page