Skip to content

Commit

Permalink
Bump version, update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
tizoc committed Jan 15, 2013
1 parent dd74b90 commit 09c962d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.4

* Switched to curry-on-demand strategy for partial function applications. This
improves performance considerably.

0.3

* Improved performance and compatibility. Cleanup some dead code. Fixes
Expand Down
2 changes: 1 addition & 1 deletion init.scm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(set ($$quote *language*) "Scheme")
(set ($$quote *implementation*) "chibi-scheme")
(set ($$quote *port*) "0.3")
(set ($$quote *port*) "0.4")
(set ($$quote *porters*) "Bruno Deferrari")
(set ($$quote *stinput*) ($$current-input-port))
(set ($$quote *stoutput*) ($$current-output-port))
Expand Down

0 comments on commit 09c962d

Please sign in to comment.