Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

v2.10.0

Client Developer
Joined
Oct 12, 2015
Messages
3,760
Client
Bot Filter
  • Bot filter will now also account for the bot author's name.
  • eg. Searching for "Slashnhax" will show all bots produced by @SlashnHax.

Hybrid
Structure
  • We've been doing some internal refactoring.
  • This is laying out the ground work for updates that will be coming shortly!
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
How is this even justifying a minor version change smh
I justified it for several reasons
1) When a circumstance arises that the client doesn't expect to ever happen, I get notifications... in my exception log... which makes it a pain to find the exceptions you guys report. This update taught the client how to handle some of the situations that result in the most spam, so now I can find your escalated reports easier.
2) It fixes an issue that could in theory result in an infinite while loop when iterating over the elements of one of the game's data structures when the game is trying to modify it at the same time.
 
Java Warlord
Joined
Nov 17, 2014
Messages
4,906
I justified it for several reasons
1) When a circumstance arises that the client doesn't expect to ever happen, I get notifications... in my exception log... which makes it a pain to find the exceptions you guys report. This update taught the client how to handle some of the situations that result in the most spam, so now I can find your escalated reports easier.
2) It fixes an issue that could in theory result in an infinite while loop when iterating over the elements of one of the game's data structures when the game is trying to modify it at the same time.
Now that's a changelog.
 
Java Warlord
Joined
Nov 17, 2014
Messages
4,906
rude and banned
On a serious note, things points like the following are absolutely unnecessary to list in a changelog.
Code:
We've been doing some internal refactoring.
This is laying out the ground work for updates that will be coming shortly!

They give us developers and/or users absolutely no information and therefore should either be removed from the changelog or give concrete information that could be useful.

As long as you don't have an additional internal changelog for client developers, i tend towards the latter option for future reference.
 
Client Developer
Joined
Oct 12, 2015
Messages
3,760
Sure, but my change logs are built based on commits that I can see. If I don't understand the context in which a change was made, I will ask and report the answer I am given.
 
Top