Skip to content

Commit 33ab953

Browse files
author
Jake Harding
committed
Update CHANGELOG for v0.11.1
1 parent e40ecd9 commit 33ab953

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ For more information on semantic versioning, please visit http://semver.org/.
1616

1717
---
1818

19+
### 0.11.1 April 26, 2015
20+
21+
* Add prepare option to prefetch. [#1181]
22+
* Handle QuotaExceededError. [#1110]
23+
* Escape HTML entities from suggestion display value when rendering with default
24+
template. [#964]
25+
* List jquery as a dependency in package.json. [#1143]
26+
1927
### 0.11.0 April 25, 2015
2028

2129
An overhaul of typeahead.js – consider this a release candidate for v1. There
@@ -174,6 +182,10 @@ work for them with a custom implementation.
174182

175183
[0.10.0 milestone]: https://github.com/twitter/typeahead.js/issues?milestone=8&page=1&state=closed
176184

185+
[#1181]: https://github.com/twitter/typeahead.js/pull/1181
186+
[#1143]: https://github.com/twitter/typeahead.js/pull/1143
187+
[#1110]: https://github.com/twitter/typeahead.js/pull/1110
188+
[#964]: https://github.com/twitter/typeahead.js/pull/964
177189
[#917]: https://github.com/twitter/typeahead.js/pull/917
178190
[#899]: https://github.com/twitter/typeahead.js/pull/899
179191
[#881]: https://github.com/twitter/typeahead.js/pull/881

0 commit comments

Comments
 (0)