Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updates to the readme.
  • Loading branch information
dwmkerr committed Nov 30, 2014
1 parent 2247ed6 commit 6d936a2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,15 +2,18 @@

* SharpShell is now built with Visual Studio 2013 Community Edition.
* Overhauled the logging mechanism.
* Fixed preview handler bugs #33, #58, #50, #52.
* Fixed preview handler bugs #33, #58, #50, #52, #56.
* Preview handlers no longer flicker.


### Breaking Changes

* `Logging.DebugLog` and `Logging.DebugError` are no longer available. Logging is
enabled based on configuration in the registry rather than debug mode. Use
`Logging.Log` or `Logging.Error` instead.
* `Logging` class has no facility to enable/disable logging.
* Preview Handlers MUST be decorated with the `PreviewHandler` attribute. This
pattern will be implemented for other extensions in time.

### srm

Expand Down

0 comments on commit 6d936a2

Please sign in to comment.