diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-10-04 16:14:46 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-10-05 18:06:14 -0700 |
commit | 735bae276c2f08e10c5b02d8187c665dadb3adcb (patch) | |
tree | b67fd641479ae60294917e9f6033451d05352e76 /CHANGELOG | |
parent | 8ddba641874609de6941b00938ff724df26374df (diff) | |
download | tmwa-735bae276c2f08e10c5b02d8187c665dadb3adcb.tar.gz tmwa-735bae276c2f08e10c5b02d8187c665dadb3adcb.tar.bz2 tmwa-735bae276c2f08e10c5b02d8187c665dadb3adcb.tar.xz tmwa-735bae276c2f08e10c5b02d8187c665dadb3adcb.zip |
Update changelogv14.10.5
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,14 @@ +v14.10.5: + - fix the stupid refactoring bug with mob slave summons + - officially drop support for clang, all versions are too buggy + - implement Option<T> and Borrowed<T> with tests, but don't use them yet + - rename enum Option to Opt0 to move it out of the way + - add support for static libraries (clang is being retarded again) + - critical fix for the bug in parties (thanks Rawng) + - add support for cross-builds to the buildbot script + - fix a refactoring bug in magic + - fix an exposed bug in the magic 'dir_towards' function + - fix an exposed bug in char-server whispering v14.8.29: - fix testsuite - add missing changelog @@ -32,7 +43,7 @@ v14.6.30: - play with obscure corners of the C++ standard that no one can interpret - replace hand-coded network protocols with generate ones - lots source layout and formatting cleanup - - faster depedency calculation + - faster dependency calculation - strict ids (yay less bugs, boo account/block entanglement) - beginning of integers - support libc++ (experimental) |