Skip to content

Commit

Permalink
updated CHANGELOG.md, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrobot committed Nov 8, 2014
1 parent 76524a8 commit 7edb8b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
### V2.3.0 (2014-11-??) Upcoming
* Updated to Gradle 2.1, using wrapper
* EventBusTest builds using Gradle now
* Updated README.md and extracted HOWTO.md and CHANGELOG.md from it
* Configuration to disable "No subscribers registered for event"
* Various small code improvements
* Fixes (#76)

### V2.2.1 (2014-05-21) Bug fix release
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ FAQ
**Q:** How is EventBus different to Android's BroadcastReceiver/Intent system?<br/>
**A:** Unlike Android's BroadcastReceiver/Intent system, EventBus uses standard Java classes as events and offers a more convenient API. EventBus is intended for a lot more uses cases where you wouldn't want to go through the hassle of setting up Intents, preparing Intent extras, implementing broadcast receivers, and extracting Intent extras again. Also, EventBus comes with a much lower overhead.

**Q:** How to do pull requests?
**Q:** How to do pull requests?<br/>
**A:** Ensure good code quality and consistent formatting. EventBus has a good test coverage: if you propose a new feature or fix a bug, please add a unit test.

Release History, License
Expand Down

0 comments on commit 7edb8b2

Please sign in to comment.