Skip to content
  • Eugene Kenny's avatar
    b9e7c676
    Don't include ellipsis in truncated digest output · b9e7c676
    Eugene Kenny authored
    Using `truncate` to limit the length of the digest has the unwanted side
    effect of adding an ellipsis when the input is longer than the limit.
    
    Also:
     - Don't instantiate a new object for every digest
     - Rename the configuration option to `hash_digest_class`
     - Update the CHANGELOG entry to describe how to use the feature
    b9e7c676
    Don't include ellipsis in truncated digest output
    Eugene Kenny authored
    Using `truncate` to limit the length of the digest has the unwanted side
    effect of adding an ellipsis when the input is longer than the limit.
    
    Also:
     - Don't instantiate a new object for every digest
     - Rename the configuration option to `hash_digest_class`
     - Update the CHANGELOG entry to describe how to use the feature
Loading