Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Add 1.2.1 changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jverkoey committed Feb 21, 2014
1 parent b6e229f commit b605cd5
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions src/Doxygen.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,38 @@
* Presented here are the API diffs for each major release of Nimbus.
*/

/**
* @defgroup Version-1-2-1 Version 1.2.1 Release
* @ingroup Version-1-0-0
*
* Version 1.2.1 of Nimbus was released on February 21, 2014. This patch version closes some bugs
* introduced by changes in 1.1.0 and 1.2.0.
*
* git log 1.2.0...1.2.1
*
* <h2>Misc Notes</h2>
*
* - 9 commits went into this release (git log 1.2.0...1.2.1 --pretty=oneline | wc -l)
* - Commits grouped by feature: git log 1.2.0...1.2.1 --pretty=oneline | cut -d' ' -f 2- | sort
* - Fixed -Wundef warnings.
*
* <h2>Attributed Label</h2>
*
* - <span class="apiDiffBugfix">Bugfix</span> Fixed a linebreak bug introduced in 1.1.0.
*
* <h2>Models</h2>
*
* - <span class="apiDiffAdded">Bugfix</span> Restore preexisting designated initializer contracts
* for cell objects. Details available on Github:
* https://github.com/jverkoey/nimbus/commit/377393af109410f99e6b63e4613cfaa209df7f6f
*
* <h2>Paging Scroll View</h2>
*
* - Re-added deleted methods as deprecated so that.
* - Move NIPageView to a separate header and source so that projects can choose not to import a
* deprecated class.
*/

/**
* @defgroup Version-1-2-0 Version 1.2.0 Release
* @ingroup Version-1-0-0
Expand Down

0 comments on commit b605cd5

Please sign in to comment.