Folks, I've made a bunch of breaking changes to Lift:
- The use of Pf and PF was mixed throughout Lift when referring to PartialFunction types. This has been unified to PF (e.g., DispatchPF) - The "addxxxBefore" and "addxxxxAfter" methods have been renamed to "prependxxx" and "appendxxx" in LiftRules - The rules for what can be bound using Helpers.bind() and CometActor.bind() have been restricted significantly such that there's no "Any" catch-all I've also fixed a memory leak (each CometActor registered itself with the ActorWatcher, but never unregistered.) Thanks, David -- Lift, the simply functional web framework http://liftweb.net Collaborative Task Management http://much4.us Follow me: http://twitter.com/dpp Git some: http://github.com/dpp --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
