changes: Add file for ticket 26299
[tor.git] / changes / ticket40133
blob8bbe00b6b29de9f24cf89a6c8cb9fa0d4599ba13
1   o Minor features (protocol simplification):
2     - Tor no longer allows subprotocol versions larger than 63.  Previously
3       versions up to UINT32_MAX were allowed, which significantly complicated
4       our code.
5       Implements proposal 318; closes ticket 40133.