Skip to content

Commit 2e39925

Browse files
committed
Update documentation.
1 parent eecace2 commit 2e39925

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- Several substantial extensions of library `(lispkit draw)`
55
- Support for turtle graphics via library `(lispkit draw turtle)`
66
- New example code showcasing `(lispkit draw turtle)` features
7-
- New SRFI library: SRFI 161
7+
- New SRFI library: SRFI 11, SRFI 51, SRFI 161
88

99
## 1.5.1 (2018-08-19)
1010
- Bugfixes and name changes in `(lispkit draw)`

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ framework:
7474
- [SRFI 1: List Library](https://srfi.schemers.org/srfi-1/srfi-1.html)
7575
- [SRFI 2: AND-LET* - an AND with local bindings, a guarded LET* special form](https://srfi.schemers.org/srfi-2/srfi-2.html)
7676
- [SRFI 8: receive - Binding to multiple values](https://srfi.schemers.org/srfi-8/srfi-8.html)
77+
- [SRFI 11: Syntax for receiving multiple values](https://srfi.schemers.org/srfi-11/srfi-11.html)
7778
- [SRFI 17: Generalized set!](https://srfi.schemers.org/srfi-17/srfi-17.html)
7879
- [SRFI 19: Time Data Types and Procedures](https://srfi.schemers.org/srfi-19/srfi-19.html)
7980
- [SRFI 27: Sources of Random Bits](https://srfi.schemers.org/srfi-27/srfi-27.html)
@@ -82,6 +83,7 @@ framework:
8283
- [SRFI 35: Conditions](https://srfi.schemers.org/srfi-35/srfi-35.html)
8384
- [SRFI 41: Streams](https://srfi.schemers.org/srfi-41/srfi-41.html)
8485
- [SRFI 48: Intermediate Format Strings](https://srfi.schemers.org/srfi-48/srfi-48.html)
86+
- [SRFI 51: Handling rest list](https://srfi.schemers.org/srfi-51/srfi-51.html)
8587
- [SRFI 63: Homogeneous and Heterogeneous Arrays](https://srfi.schemers.org/srfi-63/srfi-63.html)
8688
- [SRFI 64: A Scheme API for test suites](https://srfi.schemers.org/srfi-64/srfi-64.html)
8789
- [SRFI 69: Basic hash tables](https://srfi.schemers.org/srfi-69/srfi-69.html)

0 commit comments

Comments
 (0)