Skip to content

Commit

Permalink
Merge pull request #26 from themue/release-4-22-0
Browse files Browse the repository at this point in the history
Release v4.22.0
  • Loading branch information
Frank Mueller authored Mar 19, 2017
2 parents f75055c + 3619ee5 commit df46bf0
Show file tree
Hide file tree
Showing 14 changed files with 1,869 additions and 733 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Tideland Go Library

## 2017-03-19

- Readesigned *cache*; now individual instances with
user definable loaders
- Fixing of races in tests in *loop* and *monitoring*
- Added *IncrCallstackOffset()* to *audit.Assertion*
for correct logging in functions and packages providing
own test functions based on *audit*
- Code reorganisation in *audit*
- Extended *Range()* assertion in *audit* by time
and duration
- Added *FailureDetail* returned by *ValidationFailer.Details()*
in *audit*

## 2017-03-13

- Fixed flaky tests in *timex* package
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ I hope you like them. ;)

## Version

Version 4.21.6
Version 4.22.0

## Packages

Expand All @@ -31,7 +31,7 @@ to generate test data.

### Cache

Lazy Loading and Caching of Values.
Individual caches for types implementing the Cacheable interface.

[![GoDoc](https://godoc.org/github.com/tideland/golib/cache?status.svg)](https://godoc.org/github.com/tideland/golib/cache)

Expand Down
Loading

0 comments on commit df46bf0

Please sign in to comment.