Просмотр исходного кода

Add “Changes” section to README

Ryan Olson лет назад: 12
Родитель
Сommit
5077883681
1 измененных файлов с 13 добавлено и 0 удалено
  1. 13 0
      README.md

+ 13 - 0
README.md

@@ -113,6 +113,19 @@ FLEX builds on ideas and inspiration from open source tools that came before it.
 We welcome pull requests for bug fixes, new features, and improvements to FLEX. Contributors to the main FLEX repository must accept Flipboard's Apache-style [Individual Contributor License Agreement (CLA)](https://docs.google.com/forms/d/1gh9y6_i8xFn6pA15PqFeye19VqasuI9-bGp_e0owy74/viewform) before any changes can be merged.
 
 
+## Changes
+
+#### v1.1.0 (in progress)
+- Support adding custom entries to the "Globals" menu (@JaviSoto)
+- Warnings cleanup (@JaviSoto)
+- WYSIWYG font picker input view (@DaidoujiChen)
+- Fix status bar styling on iOS 7+ for apps using global status bar management (@ryanolsonk)
+- Forward shouldAutorotate calls to keep FLEX from interfering with rotation (@ryanolsonk)
+
+#### v1.0.1 2014/07/26
+- Warnings cleanup and small bugfixes with rotation and interface orientations (@ryanolsonk)
+
+
 ## TODO
 - Swift runtime introspection (swift classes, swift objects on the heap, etc.)
 - Network request logging