documentation/change_history.pod
changeset 42 e81b4e28b3e2
parent 37 534b01198c2d
child 44 a83fed0e0b9a
--- a/documentation/change_history.pod	Thu Aug 26 15:28:08 2010 +0100
+++ b/documentation/change_history.pod	Sat Aug 28 00:12:38 2010 +0100
@@ -42,6 +42,10 @@
 
 Added C<ENotifyKeypresses> and C<ECaptureCtrlC> flags to CCommandBase, so commands can get keypresses and handle ctrl-C via callbacks instead of having to implement custom active objects. As part of this extended the CCommandBase extension interface to MCommandExtensionsV2 for the new virtual functions KeyPressed(TUint aKeyCode, TUint aModifiers) and CtrlCPressed(). sudo now cleans up correctly by using ECaptureCtrlC.
 
+=item *
+
+fshell's current working directory is now normalised (via new TFileName2::Normalize function) so that the case matches what's on the filesystem).
+
 =head2 Release 000.2-000.5
 
 Test releases with build fixes.