summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2014-10-04 16:14:46 -0700
committerBen Longbons <b.r.longbons@gmail.com>2014-10-05 18:06:14 -0700
commit735bae276c2f08e10c5b02d8187c665dadb3adcb (patch)
treeb67fd641479ae60294917e9f6033451d05352e76 /CHANGELOG
parent8ddba641874609de6941b00938ff724df26374df (diff)
downloadtmwa-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--CHANGELOG13
1 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4258e94..5133106 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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)