diff options
author | Araq <rumpf_a@web.de> | 2011-05-16 00:27:47 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-05-16 00:27:47 +0200 |
commit | 67a30d837132e8000d1a8b10ce3d32423d149318 (patch) | |
tree | b059b56027b57c45777d15d33e88b3dac9313f14 /web/news.txt | |
parent | c7b3d828be1bbca81f3576875636ea571e595402 (diff) | |
download | Nim-67a30d837132e8000d1a8b10ce3d32423d149318.tar.gz |
further steps for thread support; bootstrapping should require unzip C sources and ./build.sh
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index dcfa6e363..db4b93fa2 100755 --- a/web/news.txt +++ b/web/news.txt @@ -21,6 +21,7 @@ Bugfixes copied. - Bugfix: The compiler does not emit very inaccurate floating point literals anymore. +- Bugfix: Subclasses are taken into account for ``try except`` matching. - Lots of other bugfixes: Too many to list them all. |