diff --git a/Changes b/Changes index 870ac4cb..e1f23c97 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,14 @@ Revision history for UR {{$NEXT}} + UR now supports Roles. See the docs in UR::Role. + -limit and -offset are now handled in the database where possible. + Added method fatal_message() to the base class. Acts like + error_message(), but as an exception instead of just a print. + Software transactions can have custom validators. + Lots of bug fixes + +0.44 2015-06-30T21:21:44Z Added UR::Context::AutoUnloadPool - a mechanism for automatically unloading objects when a leaving a scope. Added methods to UR::Object::Type to introspect methods names relating diff --git a/ubuntu-lucid/changelog b/ubuntu-lucid/changelog index 2423c616..2beebb88 100644 --- a/ubuntu-lucid/changelog +++ b/ubuntu-lucid/changelog @@ -1,3 +1,13 @@ +libur-perl (0.45-1) unstable; urgency=low + + * UR now supports Roles. See the docs in UR::Role. + * -limit and -offset are now handled in the database where possible. + * Added method fatal_message() to the base class. Acts like error_message(), but as an exception instead of just a print. + * Software transactions can have custom validators. + * Lots of bug fixes + + -- Anthony Brummett Tue, 20 Sep 2016 10:30:00 -600 + libur-perl (0.44-1) unstable; urgency=low * Added UR::Context::AutoUnloadPool - a mechanism for automatically unloading objects when a leaving a scope.