Skip to content

Commit

Permalink
Fix typo in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
tizoc committed Feb 17, 2018
1 parent f115368 commit 7320419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
- `dict`, `dict?`, `dict-count`, `dict->`, `<-dict`, `dict-rm`, `dict-fold`, `dict-keys` and `dict-values` made internal to the `shen` package.

### Fixed
- Remove repetition from code generated by `defcc` with made some cases very slow to compile and run.
- Remove repetition from code generated by `defcc` which made some cases very slow to compile and run.
- Fixed the expansion of non-null packages generated by macros.
- Increased space allocated for prolog, fixes issues in bigger programs.
- Made `,` external.
Expand Down

0 comments on commit 7320419

Please sign in to comment.