-
Notifications
You must be signed in to change notification settings - Fork 104
/
History.txt
46 lines (27 loc) · 1.26 KB
/
History.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
== HEAD
* New features
* Can use LoggerPanel on ruby stdlib Logger in non-rails app (Tim Connor)
* Bug fixes
* Fix profile, explain and select in the queries tab, fixes issue #22 (ebertech)
* Minor fixes
* Explicitly require 'digest/sha1' (Jérémy Lecour)
* Eliminate unreachable code in params signature validation (Tim Connor)
* Compatibilty
* Make Redis panel compatible with latest redis-rb gem, without breaking older redis-rb versions (Luke Melia)
* Fix issues with Ruby 1.9.2 and with mysql2 (George Ogota)
* Other
* Refactoring and code cleanup (Tim Connor)
* Testing cleanup - better isolation of Rails vs. non-Rails in tests (Tim Connor)
== 0.3.0 / 2010-05-28
* New features
* Log panel includes log level and timestamp (Tim Connor)
* Sphinx panel (George Chatzigeorgiou)
* Backtraces for Redis panel (Luke Melia & Joey Aghion)
* Minor fixes
* Don't "enable" rack bug if you hit cancel on the bookmarklet prompt (Mischa Fierer)
* Compatibilty
* backtrace filtering now supports more than just Rails (Alex Chaffee)
* compatibility with current rack-test (Luke Melia & Joey Aghion)
* update Sinatra sample app (Tim Conner)
== 0.2.1
* The beginning of recorded history