Update documentation about source code

This commit is contained in:
1024jp 2016-07-29 23:49:31 +09:00
parent a3a4a76472
commit f78b0d99bd
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@ develop
### Improvements
- Drop support for __OS X Mountain Lion__ and __Mavericks__.
- Migrate all source code from Objective-C to Swift.
- Change the regular expression engine for find panel from the Onigmo to the ICU library.
- Update line-up of the search options.
- Inserting single surrogate character is no more valid.

View File

@ -21,7 +21,7 @@ Source Code
[![License](https://img.shields.io/github/license/coteditor/CotEditor.svg)](https://github.com/coteditor/CotEditor/blob/develop/LICENSE)
[![GitHub release](https://img.shields.io/github/release/coteditor/CotEditor.svg)](https://github.com/coteditor/CotEditor/releases/latest)
CotEditor is a pure document-based Cocoa application. The source code is written in Swift/Objective-C with ARC enabled.
CotEditor is a pure document-based Cocoa application written in Swift.
### Development Environment