Skip to content

Commit

Permalink
v0.34
Browse files Browse the repository at this point in the history
    - Reword the UPGRADING section in Hailo's POD to be less
      confusing.

    - Die if the user manually specified an order that isn't
      equivalent to the existing database he's loading from.

    - Hailo now uses CPAN's RT as its default bugtracker instead of
      GitHub's issue tracker. RT sucks but at least we can get at our
      issues using something that isn't a web interface if we use RT.

    - Link to our new website at http://hailo.github.com and mention
      the Hailo web interface at http://www.dhdo.org in the POD.

    - Enforce arguments being HashRef[Str] (instead of just HashRef)
      in Hailo::Role::Arguments.

    - Code cleanup in Hailo.pm to remove duplication.
  • Loading branch information
avar committed Mar 20, 2010
1 parent bf6e7fb commit a3f799e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Changes
Expand Up @@ -2,9 +2,26 @@ Revision history for Hailo

{{$NEXT}}

0.34 2010-03-20 23:26:27

- Reword the UPGRADING section in Hailo's POD to be less
confusing.

- Die if the user manually specified an order that isn't
equivalent to the existing database he's loading from.

- Hailo now uses CPAN's RT as its default bugtracker instead of
GitHub's issue tracker. RT sucks but at least we can get at our
issues using something that isn't a web interface if we use RT.

- Link to our new website at http://hailo.github.com and mention
the Hailo web interface at http://www.dhdo.org in the POD.

- Enforce arguments being HashRef[Str] (instead of just HashRef)
in Hailo::Role::Arguments.

- Code cleanup in Hailo.pm to remove duplication.

0.33 2010-03-20 01:57:33

- Optimize Hailo::Engine::Default to use less method calls. On
Expand Down

0 comments on commit a3f799e

Please sign in to comment.