Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 338 Bytes

CHANGELOG.md

File metadata and controls

18 lines (10 loc) · 338 Bytes

Changelog

[0.1.1] - 2019-12-09

Added

  • Add trait Balancer with 2 functions, next and fail.

Changed

  • Remove mutable reference &mut self from fucntion next and function fail.

[0.1.0] - 2019-12-04

First release

  1. Simple implementation of roundrobin.
  2. Simple implementation of weighted roundrobin.