Skip to content

Commit

Permalink
major changes since 0.44
Browse files Browse the repository at this point in the history
  • Loading branch information
brummett committed Sep 21, 2016
1 parent 0b036a5 commit caf080a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 10 additions & 0 deletions ubuntu-lucid/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> 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.
Expand Down

0 comments on commit caf080a

Please sign in to comment.