Skip to content

Commit

Permalink
v1.0.1 Correct contract on identikon->string
Browse files Browse the repository at this point in the history
  • Loading branch information
DarrenN committed Oct 5, 2015
1 parent 8367b65 commit 80f94b3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [1.0.1] - 2015-10-05
### Fixed
- Corrected contract for `identikon->string`
- Removed `identikon->string` example from Scribble because confusion on eval

## [1.0.0] - 2015-10-04
### Changed
- Significant changes to API for `identikon`. Please see updated documentation. Related to [#16](https://github.com/DarrenN/identikon/issues/16)
Expand Down
2 changes: 1 addition & 1 deletion info.rkt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#lang info
(define collection "identikon")
(define version "1.0.0")
(define version "1.0.1")
(define scribblings '(("scribblings/identikon.scrbl" ())))
(define deps '("base"
"sugar"
Expand Down
4 changes: 2 additions & 2 deletions main.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
image?)
(#:quality number?)
boolean?)]
[identikon->string (->* (image?
(or/c symbol? string?))
[identikon->string (->* ((or/c symbol? string?)
image?)
(#:quality number?)
string?)]))

Expand Down

0 comments on commit 80f94b3

Please sign in to comment.