Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nai888 committed Dec 31, 2018
1 parent c8bb2a5 commit 023c1ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ The format of this changelog is based on [Keep a Changelog](https://keepachangel

- Calculate number of Morph results that are different from last time.
- Correctly display differences in Morph results or not depending on the option selected.
- Display any errors that are found in the Morph input.

## [v0.4.0](https://github.com/nai888/langua/compare/v0.3.1...v0.4.0) - 2018-12-30

Expand Down
1 change: 1 addition & 0 deletions src/routes/Morph/MorphService.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ class MorphService {
const rewriteRules = this.splitRewriteRules(newData.rewriteRules)
const soundChanges = this.splitSoundChanges(newData.soundChanges)

// Return the errors if there are any
let allErrors = []
if (typeof categories[0] === 'string')
allErrors = allErrors.concat(categories)
Expand Down

0 comments on commit 023c1ba

Please sign in to comment.