Skip to content

Commit 10580a0

Browse files
committed
ChangeLog corrections; japhb++.
1 parent 4290f68 commit 10580a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/ChangeLog

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ New in 2014.02
44
+ Mechanism for per-HLL handling of method resolution errors
55
+ Gave can the same null-check semantics as findmethod
66
+ Fixed various "not found" lexical lookup semantics
7-
+ Use a more efficient encoding for intergers in the serialization blob
7+
+ Use a more efficient encoding for integers in the serialization blob
88
+ Implemented reposession conflict resolution handling for objects
99
+ Optimized GC worklist processing to avoid unrequired barriers
1010
+ Added a GDB plugin to help analyse VM data structures, heap use, etc.
@@ -24,9 +24,9 @@ New in 2014.02
2424
+ Optimized serialization of P6bigints fitting within 32 bits
2525
+ Implemented link and symlink
2626
+ Fixed mod_n op's behavior on negatives
27-
* Implemented floating point fallback case of the pow_I op
28-
* Fixed srand op to also control rand_I
29-
* Initialize the random seed at startup
27+
+ Implemented floating point fallback case of the pow_I op
28+
+ Fixed srand op to also control rand_I
29+
+ Initialize the random seed at startup
3030
+ Properly clean up active handlers that we unwind over
3131
+ Radix parsing now returns an array of integers, not floating point
3232
+ Huge refactor of I/O, fixing many bugs and leading to cleaner code

0 commit comments

Comments
 (0)