Skip to content

Commit

Permalink
Update news for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jimhester committed Apr 20, 2017
1 parent 1b75a6f commit c7248c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Version 1.0.0

# Version 1.1.0
* Caches now hash the function body along with the arguments, to ensure
functions with identical arguments use a separate file-system cache. (#38)
* Handle missing arguments in memoised functions for simple cases not using
non-standard-evaluation (#19).
* `memoise()` gains a `cache=` argument to specify an external cache. Two types
of caches are available, `cache_s3()` for amazon S3 and
`cache_filesystem()` for a file system cache (#25, @danielecook).

# Version 1.0.0
* `memoise()` now signals an error if an already memoised function is used as
input (#4, @richierocks).
* `has_cache()` function added which returns a boolean depending on if the
Expand Down

0 comments on commit c7248c0

Please sign in to comment.