CHANGELOG.md in keynote-0.2.2 vs CHANGELOG.md in keynote-0.2.3
- old
+ new
@@ -1,4 +1,13 @@
+## v0.2.3
+* Allow user to pass the string version of the presenter name into
+ `Keynote.present` as an alternative to passing a symbol. This makes it less
+ awkward to use namespaced presenters, but it does remove the possibility of
+ defining a `StringPresenter` and using it with code like
+ `k('some string').format_as_markdown`. It seems unlikely that anyone is
+ actually doing that though.
+* Update RSpec integration to not print deprecation warnings with RSpec 3.
+
## v0.2.2
* Fix another RSpec integration bug, which happened in cases where the app's
Gemfile included rspec-rails but not the rspec gem itself.
* Fix a bug in the generation of specs for zero-arg presenters.