Skip to content

Commit

Permalink
Added changelog to prep for 1.1.0 release, added badges to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
zach-klippenstein committed Apr 17, 2015
1 parent a22216b commit 40f0fb5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Change Log
==========

## Version 1.1.0

_2015-04-17_

* ListPhrase for formatting lists with different sizes with different separators.

## Version 1.0.3

_2014-01-21_

Initial release.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Phrase - Android string formatting
==================================

[![license](http://img.shields.io/badge/license-apache_2.0-red.svg?style=flat)](https://raw.githubusercontent.com/square/phrase/master/LICENSE.txt) [![maven](https://img.shields.io/maven-central/v/com.squareup.phrase/phrase.svg)](http://maven-repository.com/artifact/com.squareup.phrase) [![build](https://img.shields.io/travis/square/phrase.svg?style=flat)](https://travis-ci.org/square/phrase)

```java
CharSequence formatted = Phrase.from("Hi {first_name}, you are {age} years old.")
.put("first_name", firstName)
Expand Down

0 comments on commit 40f0fb5

Please sign in to comment.