Skip to content

Commit

Permalink
Update changelog, bump to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonLaster committed Jan 8, 2015
1 parent dcc02c9 commit ebb61c9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## V0.5.2
#### 1-7-2014

### Added
+ Added a context field to the Activity feed
+ Added some big performance improvements to the Activity Feed

### Changed
+ Continued refactoring the agent to support an IIFE pattern
+ Refactored setHiddenProperty
+ Fixed a bug that was impacting marionette 2.3

### Removed
+ Removed the Activity tool for the time being. It'll come back when it's more ready for the prime time.


## V0.5.1
#### 1-2-2014

Expand Down
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Marionette Inspector",
"version": "0.5.1",
"version": "0.5.2",
"description": "A devtool for Marionette",
"author": "Jason Laster",
"minimum_chrome_version": "22.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marionette.inspector",
"version": "0.5.1",
"version": "0.5.2",
"description": "A proper inspector for Marionette",
"main": "",
"scripts": {
Expand Down

0 comments on commit ebb61c9

Please sign in to comment.