Skip to content

Commit

Permalink
Expand NEWS. more to do
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@46758 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
Whiteknight committed May 18, 2010
1 parent 4b3a707 commit 22854ba
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion NEWS
Expand Up @@ -4,15 +4,29 @@ New in 2.4.0
- Core
+ Various long-standing bugs in IMCC were fixed
+ STRINGs are now immutable.
+ use STRINGNULL instead of NULL when working with strings
+ Fixed storage of methods in the NameSpace PMC
+ Added :nsentry flag to force method to be stored in the NameSpace
+ Added StringBuilder PMC
- Compilers
+ Fixed reporting of line numbers in IMCC
+ Removed deprecated NQP compiler, replaced with new NQP-RX
+ Removed NCIGen compiler
- Deprecations
+ Tools to distribute on CPAN were removed
+ Deprecated dynpmcs have been removed to external repositories
+ Removed RetContinuation PMC
+ Removed CGoto, CGP, and Switch runcores
- Tests
+ Many tests for the extend/embed interface were added
+ done_testing() is now implemented in Test::More
- Tools
+ the fakexecutable tapir is renamed parrot-prove
+ The fakexecutable tapir is renamed parrot-prove
+ Performance fixes to the pbc_to_exe tool
+ Fix data_json to work outside of trunk
- Miscellaneous
+ Six Parrot-related projects accepted to GSoC
+ Improve use of const and other compiler hints

New in 2.3.0
- Core
Expand Down

0 comments on commit 22854ba

Please sign in to comment.