Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
VorpalBlade committed Apr 24, 2023
1 parent 38f643c commit 80188c4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ displayed using git (does not work in tarballs, you need a development checkout
for this).


## Development version (up to move to github)
## 1,0

During the development of this release the project was migrated from bzr on
launchpad to git on GitHub.

Also as of 1,0 a new versioning scheme is used, see
[the README](README.md#version-number-scheme).

New features and improvements:

* Added alternative IP list implementation, that stores pointers to the IPs
Expand All @@ -19,6 +22,8 @@ New features and improvements:
* Changed stack stack code to not realloc once for each call of { and }.
* Improved speed for non-cardinal warp.
* Made cfunge work with the PathScale EKOPath compiler.
* Add Zsh argument completion.
* Automated running of tests with ctest, including mycology.

Changed features:

Expand Down Expand Up @@ -46,6 +51,7 @@ Major bug fixes:
end of the stack.
* Fix error handling of t (split).
* Fix s wrapping and add test for it.
* Fix (NCRS) for reentrant ncurses (thanks to Thomas Jollans @tjol)

Minor bug fixes:

Expand Down

0 comments on commit 80188c4

Please sign in to comment.