New way of checking for new versions

This commit is contained in:
Salvo 'LtWorf' Tomaselli
2013-12-27 00:16:12 +01:00
parent c637890795
commit 5e4a703f56
6 changed files with 105 additions and 83 deletions

View File

@@ -2,6 +2,8 @@
- Better tokenizer, gives more indicative errors
- Parser gives more indicative errors
- Improved select_union_intersect_subtract optimization to avoid parenthesis whenever possible
- Moved feedback service, and added the code for it
- Different way of checking the latest version
1.1
- Incorrect relational operations now raise an exception instead of returning None