Felix Paul Kühne 12 年 前
コミット
790e7e31b1
1 ファイル変更3 行追加3 行削除
  1. 3 3
      NEWS

+ 3 - 3
NEWS

@@ -58,10 +58,10 @@ Modified behavior:
 MobileVLCKit features:
 - added support for Opus
 - slimmed binary by removing dysfunctional or irrelevant modules
-- idle state and screen sleep is prevented during playback
+- screen sleep is prevented during playback
+- functionality is strictly limited for full LGPL compliance
 
 Removed APIs:
-- VLCMediaList:
-  - (id)initWithArray:(NSArray *)array;
 - VLCMedia:
   - (void)setValue:(id)value forMeta:(NSString *)VLCMetaInformation;
+    use setMetadata:(NSString *)data forKey:(NSString *)key instead