Skip to content

Commit

Permalink
Added 0.9.2 to the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Amos Wenger committed Sep 5, 2011
1 parent 387f3fd commit a16c2cf
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion CHANGELOG
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,29 @@


0.9.1 release () 0.9.2 release (2011-09-05)

- Lots of bugfixes, refactorings (see GitHub milestone), thanks to
@shamanas, @duckinator, @fredreichbier, @showstopper, @tsion, @rofl0r, @nddrylliog
- New Socket API by @duckinator (aka Nicholas Markwell)
- FreeBSD support by @nikobordx
- Better error messages through nagaqueen fixes
- Enums now start at 0 instead of 1 (a really hard change to make
in a self-hosting compiler)
- String literal optimizations - allocate once, not per-usage
- New command-line options: libfolder, staticlib, dynamiclib
- yajit removal, it wasn't being used anywhere in rock
- New Time methods
- Somehow the SDK now includes an HTTPRequest and RestClient?
Courtesy of @pheuter aka Mark Fayngersh
- Added loop(|| ...)
- Variants of each(...) with index
- main now acceps String* as parameter (@showstopper aka Yannic Ahrens)
- version blocks now support else {} (@nddrylliog aka Amos Wenger)
- Probably the biggest change, which also explains why this release took
a whopping 15 months - newstr, ie. String is now a class, and CStrnig
is now the cover of char*. It's handled smoothly in many cases, thanks
to implicit cases and related trickery but it's a scar rock will always bear.

0.9.1 release (2010-06-02)


- 2010-05 reverse iterators / backIterator() added to collection classes - 2010-05 reverse iterators / backIterator() added to collection classes
by Noel Cower (nilium) by Noel Cower (nilium)
Expand Down

3 comments on commit a16c2cf

@rofl0r
Copy link
Contributor

@rofl0r rofl0r commented on a16c2cf Sep 6, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i'm sorry that my String class is the source of all evil ;)
anyway, congrats to finally releasing 0.9.2 !

@nddrylliog
Copy link
Member

@nddrylliog nddrylliog commented on a16c2cf Sep 6, 2011 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@duckinator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

Please sign in to comment.